Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangle.cpp211 static bool isFunctionType(StringView S) { in isFunctionType() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp6895 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType() function