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

  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 287 const TokenInfo NameToken = Tokenizer->consumeNextToken();
291 if (const VariantValue NamedValue = S->getNamedValue(NameToken.Text)) {
300 !S->lookupMatcherCtor(NameToken.Text)) {
301 Error->addError(NameToken.Range, Error->ET_RegistryValueNotFound)
302 << NameToken.Text;
309 return parseMatcherExpressionImpl(NameToken, Value);
316 bool Parser::parseMatcherExpressionImpl(const TokenInfo &NameToken,
318 assert(NameToken.Kind == TokenInfo::TK_Ident);
326 llvm::Optional<MatcherCtor> Ctor = S->lookupMatcherCtor(NameToken.Text);
329 Error->addError(NameToken.Range, Error->ET_RegistryMatcherNotFound
    [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 186 bool parseMatcherExpressionImpl(const TokenInfo &NameToken,

Completed in 70 milliseconds