Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp1557 static bool isFunctionType(StringView S) { in isFunctionType() function
/external/clang/lib/Sema/
DSemaType.cpp5671 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType() function