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

References

tools/clang/lib/AST/ASTDiagnostic.cpp
  959       bool isValid() const { return TST; }
  963         assert(TST && "InternalIterator is invalid with a null TST.");
  964         return Index >= TST->getNumArgs();
  969         assert(TST && "InternalIterator is invalid with a null TST.");
  984           if (++Index == TST->getNumArgs())
  988           TemplateArgument TA = TST->getArg(Index);
 1005         assert(TST && "InternalIterator is invalid with a null TST.");
 1008           return TST->getArg(Index);
 1015         assert(TST && "InternalIterator is invalid with a null TST.");