Home
last modified time | relevance | path

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

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