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