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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
  319     return decodeRecord(R, I->IsInGlobalNamespace, Blob);
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  409   emitRecord(R.IsInGlobalNamespace, REFERENCE_IS_IN_GLOBAL_NAMESPACE);
tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  311   if (Type.Path.empty() && !Type.IsInGlobalNamespace) {
tools/clang/tools/extra/clang-doc/Representation.cpp
  127   if (!IsInGlobalNamespace)
  128     IsInGlobalNamespace = Other.IsInGlobalNamespace;
  128     IsInGlobalNamespace = Other.IsInGlobalNamespace;
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
  173     IO.mapOptional("IsInGlobalNamespace", Ref.IsInGlobalNamespace, false);