Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp267 REGISTER_MATCHER(functionProtoType); in RegistryMaps()
/freebsd-head/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchersInternal.cpp1059 const AstTypeMatcher<FunctionProtoType> functionProtoType; variable
/freebsd-head/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h7292 extern const AstTypeMatcher<FunctionProtoType> functionProtoType;
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDAttr.td538 // functionType excludes them but functionProtoType includes them.
539 // AttrSubjectMatcherSubRule<"functionProtoType", [HasFunctionProto]>