Searched defs:cxxRecordDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
198 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
219 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
244 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
365 CXXRecordDecl> cxxRecordDecl; member in namespace:clang::ast_matchers
1999 /// cxxRecordDecl(eachOf(has(fieldDecl(hasName("a")).bind("v")),
2154 /// \c cxxRecordDecl(hasMethod(hasOverloadedOperatorName("*")))
2224 /// \c cxxRecordDecl(hasMethod(hasName("func"))) matches the declaration of
2239 /// \c cxxRecordDecl(isLambd
[all...]

Completed in 114 milliseconds