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

  /src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayoutBuilder.cpp 3396 // FIXME: The index here is closely tied to how ASTContext::getObjCLayout is
3412 /// getObjCLayout - Get or compute information about the layout of the
3418 ASTContext::getObjCLayout(const ObjCInterfaceDecl *D,
3441 return getObjCLayout(D, nullptr);
ASTContext.cpp 2899 return getObjCLayout(D, nullptr);
2905 return getObjCLayout(D->getClassInterface(), D);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 3099 getObjCLayout(const ObjCInterfaceDecl *D,

Completed in 29 milliseconds