clang
7.0.0
|
Public Member Functions | |
ScopedContextEntry (Parser *P, MatcherCtor C) | |
~ScopedContextEntry () | |
void | nextArg () |
Public Attributes | |
Parser * | P |
Definition at line 313 of file Parser.cpp.
|
inline |
Definition at line 316 of file Parser.cpp.
|
inline |
Definition at line 320 of file Parser.cpp.
|
inline |
Definition at line 324 of file Parser.cpp.
References clang::ast_matchers::dynamic::Diagnostics::Context::ConstructMatcher, clang::ast_matchers::dynamic::SourceRange::End, clang::ast_matchers::dynamic::VariantValue::getString(), clang::ast_matchers::dynamic::Parser::TokenInfo::ID_Bind, clang::ast_matchers::dynamic::VariantMatcher::isNull(), clang::ast_matchers::dynamic::VariantValue::isString(), clang::ast_matchers::dynamic::Parser::TokenInfo::Kind, clang::ast_matchers::dynamic::Diagnostics::Context::MatcherArg, clang::ast_matchers::dynamic::MatcherCompletion::MatcherDecl, nextArg(), clang::ast_matchers::dynamic::Parser::TokenInfo::Range, clang::ast_matchers::dynamic::MatcherCompletion::Specificity, clang::ast_matchers::dynamic::ParserValue::Text, clang::ast_matchers::dynamic::Parser::TokenInfo::Text, clang::ast_matchers::dynamic::Parser::TokenInfo::TK_CloseParen, clang::ast_matchers::dynamic::Parser::TokenInfo::TK_CodeCompletion, clang::ast_matchers::dynamic::Parser::TokenInfo::TK_Comma, clang::ast_matchers::dynamic::Parser::TokenInfo::TK_Eof, clang::ast_matchers::dynamic::Parser::TokenInfo::TK_Ident, clang::ast_matchers::dynamic::Parser::TokenInfo::TK_Literal, clang::ast_matchers::dynamic::Parser::TokenInfo::TK_OpenParen, clang::ast_matchers::dynamic::Parser::TokenInfo::TK_Period, clang::ast_matchers::dynamic::MatcherCompletion::TypedText, and clang::ast_matchers::dynamic::Parser::TokenInfo::Value.
Referenced by nextArg().
Parser* clang::ast_matchers::dynamic::Parser::ScopedContextEntry::P |
Definition at line 314 of file Parser.cpp.