Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp239 static bool isFunctionType(std::string_view S) { in isFunctionType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6881 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3016 auto isFunctionType = [&](clang::QualType qual_type) { in IsFunctionType() local