Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp211 static bool isFunctionType(StringView S) { in isFunctionType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp6862 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType() function