Home
last modified time | relevance | path

Searched refs:fileLevelFunction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/
H A DAsMemberOfProcessor.kt52 val fileLevelFunction = resolver.getDeclaration<KSFunctionDeclaration>("fileLevelFunction") in <lambda>() constant
53 …results.add("fileLevelFunction: " + resolver.asMemberOfSignature(fileLevelFunction, listOfStrings)) in <lambda>()
/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DasMemberOf.kt150 fun <T>fileLevelFunction():Unit = TODO() in fileLevelExtensionFunction() method