Home
last modified time | relevance | path

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

/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-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp211 static bool isFunctionType(StringView S) { in isFunctionType() function
/external/clang/lib/Sema/
DSemaType.cpp5671 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType() function