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

  /external/clang/lib/Sema/
ScopeInfo.cpp 165 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) {
SemaObjCProperty.cpp 351 = ObjCPropertyDecl::findPropertyDecl(*Ext, PropertyId)) {
446 if (!ObjCPropertyDecl::findPropertyDecl(DC,
541 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) {
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp 93 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) {
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 96 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC,
137 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
207 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
    [all...]
ASTContext.cpp 428 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl())
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 444 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 39 milliseconds