/external/clang/lib/AST/ |
TemplateName.cpp | 135 if (QTN->hasTemplateKeyword())
|
StmtPrinter.cpp | 1085 if (Node->hasTemplateKeyword()) 1097 if (Node->hasTemplateKeyword()) 1108 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, 527 /*hasTemplateKeyword=*/false, [all...] |
Parser.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaTemplate.cpp | 138 bool hasTemplateKeyword, 200 hasTemplateKeyword, TD); [all...] |
SemaDecl.cpp | 611 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...] |