HomeSort by relevance Sort by last modified time
    Searched refs:ObjCIvarDecl (Results 26 - 50 of 57) sorted by null

12 3

  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 443 const ObjCIvarDecl *Ivar);
555 const ObjCIvarDecl *Ivar,
559 const ObjCIvarDecl *Ivar);
    [all...]
CGDebugInfo.h 35 class ObjCIvarDecl;
CodeGenFunction.h 59 class ObjCIvarDecl;
    [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp 715 if (ObjCIvarDecl *Ivar = Result.getAsSingle<ObjCIvarDecl>()) {
    [all...]
SemaLookup.cpp     [all...]
AnalysisBasedWarnings.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 262 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const;
664 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const {
  /external/clang/lib/AST/
ASTImporter.cpp 142 Decl *VisitObjCIvarDecl(ObjCIvarDecl *D);
    [all...]
RecordLayoutBuilder.cpp     [all...]
DeclPrinter.cpp 233 if (isa<ObjCIvarDecl>(*D))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 63 class ObjCIvarDecl;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 282 void VisitObjCIvarDecl(ObjCIvarDecl *D);
741 void ASTDeclReader::VisitObjCIvarDecl(ObjCIvarDecl *IVD) {
743 IVD->setAccessControl((ObjCIvarDecl::AccessControl)Record[Idx++]);
833 D->setPropertyIvarDecl(ReadDeclAs<ObjCIvarDecl>(Record, Idx));
    [all...]
ASTWriterDecl.cpp 116 void VisitObjCIvarDecl(ObjCIvarDecl *D);
513 void ASTDeclWriter::VisitObjCIvarDecl(ObjCIvarDecl *D) {
657 !ObjCIvarDecl::classofKind(D->getKind()) &&
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 169 Out << (isa<ObjCIvarDecl>(D) ? "@" : "@FI@");
IndexingContext.cpp     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 351 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
540 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
758 static std::string getIvarAccessString(ObjCIvarDecl *OID) {
787 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 129 class ObjCIvarDecl;
    [all...]

Completed in 3303 milliseconds

12 3