Home
last modified time | relevance | path

Searched defs:isFunctionType (Results 1 – 9 of 9) sorted by relevance

/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/
DKSErrorType.kt68 override val isFunctionType: Boolean = false constant
DKSTypeImpl.kt128 override val isFunctionType: Boolean in hashCode() constant in com.google.devtools.ksp.symbol.impl.kotlin.KSTypeImpl
/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/
DKSErrorType.kt56 override val isFunctionType: Boolean = false in isAssignableFrom() constant
DKSTypeImpl.kt136 override val isFunctionType: Boolean in <lambda>() constant in com.google.devtools.ksp.impl.symbol.kotlin.KSTypeImpl
/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/symbol/
DKSType.kt100 val isFunctionType: Boolean constant
/external/kotlinpoet/interop/ksp/test-processor/src/test/kotlin/com/squareup/kotlinpoet/ksp/test/processor/
DKsTypesTest.kt42 override val isFunctionType: Boolean in errorTypesShouldFail() constant
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp211 static bool isFunctionType(StringView S) { in isFunctionType() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp212 static bool isFunctionType(StringView S) { in isFunctionType() function
/external/clang/lib/Sema/
DSemaType.cpp5671 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType() function