Searched defs:isFunctionPointerType (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | DeclBase.cpp | 1136 bool Decl::isFunctionPointerType() const { isFunctionPointerType() function in Decl |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 3133 auto isFunctionPointerType = [](clang::QualType qual_type) { IsFunctionPointerType() local |