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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1874   TypedefDecl *getObjCClassDecl() const;

References

tools/clang/include/clang/AST/ASTContext.h
 1881     return getTypeDeclType(getObjCClassDecl());
tools/clang/lib/Sema/Sema.cpp
  245       PushOnScopeChains(Context.getObjCClassDecl(), TUScope);
tools/clang/lib/Serialization/ASTReader.cpp
 7796     return Context.getObjCClassDecl();