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

References

tools/clang/lib/CodeGen/CGDecl.cpp
 1330       auto &Ident = getContext().Idents.getOwn(NameRef);
tools/clang/lib/Serialization/ASTReader.cpp
  950     II = &Reader.getIdentifierTable().getOwn(k);
 4257       auto &II = PP.getIdentifierTable().getOwn(Key);
tools/lldb/source/Symbol/ClangASTContext.cpp
 1941         name && name[0] ? &getASTContext()->Idents.getOwn(name) : nullptr, type,