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

12

  /external/clang/tools/libclang/
CXCursor.cpp 509 CXCursor cxcursor::MakeCursorObjCProtocolRef(const ObjCProtocolDecl *Proto,
518 std::pair<const ObjCProtocolDecl *, SourceLocation>
521 return std::make_pair(static_cast<const ObjCProtocolDecl *>(C.data[0]),
    [all...]
CIndex.cpp 620 ObjCProtocolDecl *PD = cast<ObjCProtocolDecl>(D);
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 546 else if (isa<ObjCProtocolDecl>(Declaration))
SemaExprObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaExprMember.cpp 377 static Decl *FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl*PDecl,
387 for (ObjCProtocolDecl::protocol_iterator I = PDecl->protocol_begin(),
    [all...]
SemaType.cpp 759 (ObjCProtocolDecl*const*)PQ,
    [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 856 if (ObjCProtocolDecl *Def = cast<ObjCProtocolDecl>(this)->getDefinition())
    [all...]
DumpXML.cpp 821 // ObjCProtocolDecl
822 void visitObjCProtocolDeclChildren(ObjCProtocolDecl *D) {
833 void visitObjCProtocolDeclAsContext(ObjCProtocolDecl *D) {
ASTDumper.cpp 233 void VisitObjCProtocolDecl(const ObjCProtocolDecl *D);
    [all...]
Type.cpp 480 ObjCProtocolDecl * const *Protocols,
490 NumProtocols * sizeof(ObjCProtocolDecl*));
    [all...]
CommentSema.cpp 878 isa<ObjCProtocolDecl>(ThisDeclInfo->CurrentDecl);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 117 void VisitObjCProtocolDecl(ObjCProtocolDecl *D);
493 for (ObjCList<ObjCProtocolDecl>::iterator
533 void ASTDeclWriter::VisitObjCProtocolDecl(ObjCProtocolDecl *D) {
540 for (ObjCProtocolDecl::protocol_iterator
543 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
    [all...]
ASTReader.cpp     [all...]
ASTReaderStmt.cpp 885 E->setProtocol(ReadDeclAs<ObjCProtocolDecl>(Record, Idx));
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 545 if (!MD || !MD->isVariadic() || isa<ObjCProtocolDecl>(MD->getDeclContext()))
  /external/clang/include/clang/AST/
DeclBase.h 45 class ObjCProtocolDecl;
    [all...]
TypeLoc.h 810 ObjCProtocolDecl *getProtocol(unsigned i) const {
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 56 class ObjCProtocolDecl;
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 134 class ObjCProtocolDecl;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 331 } else if (isa<ObjCProtocolDecl>(ND)) {
    [all...]

Completed in 2484 milliseconds

12