HomeSort by: relevance | last modified time | path
    Searched refs:hasTemplateKeyword (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateName.h 417 bool hasTemplateKeyword() const { return Qualifier.getInt(); }
428 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl());
ExprCXX.h 3028 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
3276 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
3727 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
Expr.h 1362 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
3228 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
TemplateName.cpp 231 if (QTN->hasTemplateKeyword())
StmtPrinter.cpp 1002 if (Node->hasTemplateKeyword())
1018 if (Node->hasTemplateKeyword())
1028 if (Node->hasTemplateKeyword())
1412 if (Node->hasTemplateKeyword())
2195 if (Node->hasTemplateKeyword())
2209 if (Node->hasTemplateKeyword())
QualTypeNames.cpp 68 if (QTName && !QTName->hasTemplateKeyword()) {
JSONNodeDumper.cpp 1393 attributeOnlyIfTrue("hasTemplateKeyword", DSME->hasTemplateKeyword());
ASTImporter.cpp 8752 *QualifierOrErr, QTN->hasTemplateKeyword(),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 172 bool hasTemplateKeyword,
287 hasTemplateKeyword, TD);
478 !RequiredTemplate.hasTemplateKeyword()) {
553 << RequiredTemplate.hasTemplateKeyword()
1001 /*HasTemplateKeyword*/ false,
TreeTransform.h 4228 return getDerived().RebuildTemplateName(SS, QTN->hasTemplateKeyword(),
SemaExpr.cpp 14536 if (OE && !OE->hasTemplateKeyword() && !OE->hasExplicitTemplateArgs() &&
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 7377 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
7402 bool hasTemplateKeyword,

Completed in 118 milliseconds