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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1852   TypedefDecl *getObjCIdDecl() const;

References

tools/clang/include/clang/AST/ASTContext.h
 1859     return getTypeDeclType(getObjCIdDecl());
tools/clang/lib/Sema/Sema.cpp
  240       PushOnScopeChains(Context.getObjCIdDecl(), TUScope);
tools/clang/lib/Serialization/ASTReader.cpp
 7790     return Context.getObjCIdDecl();