Home
last modified time | relevance | path

Searched refs:functionProtoType (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp267 REGISTER_MATCHER(functionProtoType); in RegistryMaps()
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1059 const AstTypeMatcher<FunctionProtoType> functionProtoType; variable
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7292 extern const AstTypeMatcher<FunctionProtoType> functionProtoType;
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td538 // functionType excludes them but functionProtoType includes them.
539 // AttrSubjectMatcherSubRule<"functionProtoType", [HasFunctionProto]>