Searched refs:functionProtoType (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp874 const AstTypeMatcher<FunctionProtoType> functionProtoType; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp232 REGISTER_MATCHER(functionProtoType);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4251 /// functionProtoType(parameterCountIs(2))
4253 /// functionProtoType(parameterCountIs(3))
4370 /// functionProtoType(hasDynamicExceptionSpec())
4390 /// functionDecl(isNoThrow()) and functionProtoType(isNoThrow())
5795 /// functionProtoType()
5798 extern const AstTypeMatcher<FunctionProtoType> functionProtoType;

Completed in 124 milliseconds