HomeSort by relevance Sort by last modified time
    Searched refs:AST_MATCHER (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 451 AST_MATCHER(Decl, isPublic) {
467 AST_MATCHER(Decl, isProtected) {
483 AST_MATCHER(Decl, isPrivate) {
489 AST_MATCHER(Decl, isImplicit) {
701 AST_MATCHER(TemplateArgument, isIntegral) {
    [all...]
ASTMatchersMacros.h 16 // Note that when you define a matcher with an AST_MATCHER* macro, only the
84 /// \brief AST_MATCHER(Type, DefineMatcher) { ... }
95 #define AST_MATCHER(Type, DefineMatcher) \
229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced

Completed in 526 milliseconds