HomeSort by relevance Sort by last modified time
    Searched refs:ObjCPropertyDecl (Results 26 - 47 of 47) sorted by null

12

  /external/clang/include/clang/AST/
ASTContext.h 67 class ObjCPropertyDecl;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 151 Decl *VisitObjCPropertyDecl(ObjCPropertyDecl *D);
    [all...]
ASTContext.cpp     [all...]
DeclBase.cpp 424 } else if (isa<ObjCPropertyDecl>(this) || isa<ObjCMethodDecl>(this))
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 107 isa<ObjCPropertyDecl>(D);
781 else if (const ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(D)) {
    [all...]
SemaPseudoObject.cpp 499 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty();
528 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty();
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp 665 else if (ObjCPropertyDecl *Property = dyn_cast<ObjCPropertyDecl>(ND))
    [all...]
SemaChecking.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 505 ObjCPropertyDecl *PD = D->getPropertyDecl();
517 bool IndexingContext::handleObjCProperty(const ObjCPropertyDecl *D) {
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGDebugInfo.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 123 void VisitObjCPropertyDecl(ObjCPropertyDecl *D);
572 void ASTDeclWriter::VisitObjCPropertyDecl(ObjCPropertyDecl *D) {
    [all...]
ASTWriter.cpp     [all...]
ASTReaderStmt.cpp 897 E->setExplicitProperty(ReadDeclAs<ObjCPropertyDecl>(Record, Idx),
    [all...]

Completed in 563 milliseconds

12