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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp889 const AstTypeMatcher<ElaboratedType> elaboratedType; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp210 REGISTER_MATCHER(elaboratedType);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6041 /// \c elaboratedType() matches the type of the variable declarations of both
6043 extern const AstTypeMatcher<ElaboratedType> elaboratedType;
6058 /// \c elaboratedType(hasQualifier(hasPrefix(specifiesNamespace(hasName("N"))))
6080 /// \c elaboratedType(namesType(recordType(

Completed in 182 milliseconds