reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Expr.h
 1171     return hasTemplateKWAndArgsInfo();
 1276     if (!hasTemplateKWAndArgsInfo())
 1284     if (!hasTemplateKWAndArgsInfo())
 1292     if (!hasTemplateKWAndArgsInfo())
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  571   if (E->hasTemplateKWAndArgsInfo())
  581   if (E->hasTemplateKWAndArgsInfo())
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  484   Record.push_back(E->hasTemplateKWAndArgsInfo());
  489   if (E->hasTemplateKWAndArgsInfo()) {
  496   if ((!E->hasTemplateKWAndArgsInfo()) && (!E->hasQualifier()) &&
  509   if (E->hasTemplateKWAndArgsInfo())