Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1200 bool Decl::isFunctionPointerType() const { in isFunctionPointerType() function in Decl
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3170 auto isFunctionPointerType = [](clang::QualType qual_type) { in IsFunctionPointerType() local