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 836 if (Node->hasTemplateKeyword())
848 if (Node->hasTemplateKeyword())
859 if (Node->hasTemplateKeyword())
1184 if (Node->hasTemplateKeyword())
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
TemplateName.h 410 bool hasTemplateKeyword() const { return Qualifier.getInt(); }
421 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl());
ExprCXX.h     [all...]
Expr.h     [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
ParseExprCXX.cpp 94 if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
494 /*hasTemplateKeyword=*/false,
    [all...]
Parser.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 137 bool hasTemplateKeyword,
199 hasTemplateKeyword, TD);
    [all...]
SemaDecl.cpp 563 if (isTemplateName(S, SS ? *SS : EmptySS, /*hasTemplateKeyword=*/false,
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 3124 milliseconds