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

References

tools/clang/include/clang/AST/Decl.h
  725     return hasExtInfo()
  731     if (hasExtInfo())
  754     return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
  762     return hasExtInfo() ? getExtInfo()->QualifierLoc
  769     return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
tools/clang/lib/AST/Decl.cpp
 1821     if (!hasExtInfo()) {
 1833     if (hasExtInfo()) {
 1852   if (!hasExtInfo()) {
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  523   Record.push_back(D->hasExtInfo());
  524   if (D->hasExtInfo())
  784       !D->hasExtInfo() &&
  919       !D->hasExtInfo() &&
 1036       !D->hasExtInfo() &&
 1077       !D->hasExtInfo() &&
 1346       !D->hasExtInfo() &&