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

References

tools/clang/include/clang/AST/ExprCXX.h
 2970     if (!hasTemplateKWAndArgsInfo())
 2978     if (!hasTemplateKWAndArgsInfo())
 2986     if (!hasTemplateKWAndArgsInfo())
 3081     return hasTemplateKWAndArgsInfo();
 3823     return hasTemplateKWAndArgsInfo();
 3932   if (!hasTemplateKWAndArgsInfo())
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1758   assert((E->hasTemplateKWAndArgsInfo() == HasTemplateKWAndArgsInfo) &&
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1707   Record.push_back(E->hasTemplateKWAndArgsInfo());
 1708   if (E->hasTemplateKWAndArgsInfo()) {