Home
last modified time | relevance | path

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

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