Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp253 REGISTER_MATCHER(functionProtoType); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1030 const AstTypeMatcher<FunctionProtoType> functionProtoType; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6610 extern const AstTypeMatcher<FunctionProtoType> functionProtoType;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td437 // functionType excludes them but functionProtoType includes them.
438 // AttrSubjectMatcherSubRule<"functionProtoType", [HasFunctionProto]>