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

  /external/clang/include/clang/AST/
TemplateName.h 382 bool hasTemplateKeyword() const { return Qualifier.getInt(); }
393 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl());
ExprCXX.h     [all...]
Expr.h     [all...]
  /external/clang/lib/AST/
TemplateName.cpp 185 if (QTN->hasTemplateKeyword())
StmtPrinter.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Tooling/Core/
QualTypeNames.cpp 84 if (QTName && !QTName->hasTemplateKeyword()) {
  /external/clang/lib/Sema/
SemaTemplate.cpp 140 bool hasTemplateKeyword,
202 hasTemplateKeyword, TD);
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 86 milliseconds