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

  /external/clang/lib/Sema/
ScopeInfo.cpp 176 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) {
SemaObjCProperty.cpp 337 = ObjCPropertyDecl::findPropertyDecl(Ext, PropertyId)) {
452 if (!ObjCPropertyDecl::findPropertyDecl(DC,
567 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) {
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp 107 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) {
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 153 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC,
194 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
256 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
    [all...]
ASTContext.cpp 467 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl())
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 460 const ObjCPropertyDecl *Prop = D->findPropertyDecl();
  /external/clang/include/clang/AST/
DeclObjC.h 453 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 605 milliseconds