HomeSort by relevance Sort by last modified time
    Searched refs:ivars (Results 1 - 14 of 14) sorted by null

  /external/lldb/test/lang/objc/blocks/
Makefile 3 OBJC_SOURCES := ivars-in-blocks.m main.m
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 1 //==- ObjCUnusedIVarsChecker.cpp - Check for unused ivars --------*- C++ -*-==//
12 // has any ivars that are never accessed.
114 // Iterate over the ivars.
115 for (const auto *Ivar : ID->ivars()) {
116 // Ignore ivars that...
136 // Any potentially unused ivars?
147 // We found some potentially unused ivars. Scan the entire translation unit
148 // for functions inside the @implementation that reference these ivars.
155 // Find ivars that are unused.
CheckObjCDealloc.cpp 109 // Does the class contain any ivars that are pointers (or id<...>)?
116 for (const auto *Ivar : ID->ivars()) {
209 // Scan for missing and extra releases of ivars used by implementations
221 if (!T->isObjCObjectPointerType()) // Skip non-pointer ivars
228 // ivars cannot be set via read-only properties, so we'll skip them
  /external/clang/tools/libclang/
IndexDecl.cpp 167 // Index the ivars first to make sure the synthesized ivars are indexed
169 for (const auto *IvarI : D->ivars())
  /external/clang/lib/AST/
DeclPrinter.cpp 965 for (const auto *I : OID->ivars()) {
1003 for (const auto *I : OID->ivars()) {
1055 for (const auto *I : PID->ivars())
    [all...]
DeclObjC.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaDeclCXX.cpp 12701 SmallVector<ObjCIvarDecl*, 8> ivars; local
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 694 /// IvarList - List of all ivars defined by this class; including class
702 /// \brief Indicates that the ivar cache does not yet include ivars
916 ivar_range ivars() const { return ivar_range(ivar_begin(), ivar_end()); } function in class:clang::ObjCInterfaceDecl
1804 ivar_range ivars() const { return ivar_range(ivar_begin(), ivar_end()); } function in class:clang::ObjCCategoryDecl
2118 ivar_range ivars() const { return ivar_range(ivar_begin(), ivar_end()); } function in class:clang::ObjCImplementationDecl
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xslt.c 512 xsltVarInfoPtr ivar = cctxt->ivars, ivartmp;
559 if (cctxt->ivars)
    [all...]
xsltInternals.h 1349 xsltVarInfoPtr ivars; \/* Storage of local in-scope variables\/params. *\/ member in struct:_xsltCompilerCtxt
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 393 SmallVectorImpl<ObjCIvarDecl *> &IVars);
    [all...]
RewriteObjC.cpp     [all...]

Completed in 352 milliseconds