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

References

tools/clang/include/clang/AST/Decl.h
 3351     return hasExtInfo() ? nullptr
 3360     return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
 3368     return hasExtInfo() ? getExtInfo()->QualifierLoc
 3375     return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
tools/clang/lib/AST/Decl.cpp
 4124     if (!hasExtInfo())
 4130     if (hasExtInfo()) {
 4145   if (!hasExtInfo())
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  415   if (D->hasExtInfo()) {
  452       !D->hasExtInfo() &&
  489       !D->hasExtInfo() &&