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