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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2216   getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;

References

tools/clang/lib/AST/RecordLayoutBuilder.cpp
 3191     RL = &getASTObjCImplementationLayout(ID);
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1796       0 - (Context.getASTObjCImplementationLayout(OID).getSize().getQuantity() -
 3405     Context.getASTObjCImplementationLayout(OID).getSize().getQuantity();
tools/clang/lib/CodeGen/CGObjCMac.cpp
 3544     CGM.getContext().getASTObjCImplementationLayout(ID).getSize();
 6340     CGM.getContext().getASTObjCImplementationLayout(OID);