Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp259 REGISTER_MATCHER(functionProtoType); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1048 const AstTypeMatcher<FunctionProtoType> functionProtoType; variable
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6998 extern const AstTypeMatcher<FunctionProtoType> functionProtoType;
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td475 // functionType excludes them but functionProtoType includes them.
476 // AttrSubjectMatcherSubRule<"functionProtoType", [HasFunctionProto]>