Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp267 REGISTER_MATCHER(functionProtoType); in RegistryMaps()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1059 const AstTypeMatcher<FunctionProtoType> functionProtoType; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5296 /// functionProtoType(parameterCountIs(2))
5298 /// functionProtoType(parameterCountIs(3))
5471 /// functionProtoType(hasDynamicExceptionSpec()) in AST_POLYMORPHIC_MATCHER()
5491 /// functionDecl(isNoThrow()) and functionProtoType(isNoThrow())
7289 /// functionProtoType()
7292 extern const AstTypeMatcher<FunctionProtoType> functionProtoType;
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td538 // functionType excludes them but functionProtoType includes them.
539 // AttrSubjectMatcherSubRule<"functionProtoType", [HasFunctionProto]>