HomeSort by: relevance | last modified time | path
    Searched refs:getASTObjCInterfaceLayout (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayoutBuilder.cpp 1423 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD);
3392 RL = &getASTObjCInterfaceLayout(Container);
ASTContext.cpp 2257 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl());
2394 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl());
2898 ASTContext::getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D) const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2293 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 1806 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity();
3447 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity();
CGDebugInfo.cpp 2769 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID);

Completed in 74 milliseconds