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

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 1324 if (OID->ivar_size() > 0) {
1378 if (OID->ivar_size() > 0) {
1444 if (PID->ivar_size() > 0) {
ASTContext.cpp 2770 count += Ext->ivar_size();
2775 count += ImplDecl->ivar_size();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 1452 unsigned ivar_size() const { function in class:clang::ObjCInterfaceDecl
2389 unsigned ivar_size() const { function in class:clang::ObjCCategoryDecl
2695 unsigned ivar_size() const { function in class:clang::ObjCImplementationDecl
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 3107 int NumIvars = CDecl->ivar_size();
5289 !IDecl->ivar_empty() ? IDecl->ivar_size() : CDecl->ivar_size();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 3901 std::advance(IvarIter, SuperClass->ivar_size() - 1);

Completed in 52 milliseconds