HomeSort by relevance Sort by last modified time
    Searched full:hastemplatekeyword (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/AST/
TemplateName.cpp 135 if (QTN->hasTemplateKeyword())
StmtPrinter.cpp 564 if (Node->hasTemplateKeyword())
578 if (Node->hasTemplateKeyword())
591 if (Node->hasTemplateKeyword())
959 if (Node->hasTemplateKeyword())
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
TemplateName.h 406 bool hasTemplateKeyword() const { return Qualifier.getInt(); }
417 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl());
ExprCXX.h     [all...]
Expr.h     [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
ParseExprCXX.cpp 90 if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
393 /*hasTemplateKeyword=*/false,
    [all...]
Parser.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 135 bool hasTemplateKeyword,
198 hasTemplateKeyword, TD);
    [all...]
TreeTransform.h     [all...]
SemaDecl.cpp 416 if (isTemplateName(S, SS ? *SS : EmptySS, /*hasTemplateKeyword=*/false,
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 482 milliseconds