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

12

  /external/clang/tools/libclang/
CIndex.cpp 575 ObjCProtocolDecl *PD = cast<ObjCProtocolDecl>(D);
969 bool CursorVisitor::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) {
973 ObjCProtocolDecl::protocol_loc_iterator PL = PID->protocol_loc_begin();
974 for (ObjCProtocolDecl::protocol_iterator I = PID->protocol_begin(),
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 815 if (ObjCProtocolDecl *Def = cast<ObjCProtocolDecl>(this)->getDefinition())
    [all...]
DumpXML.cpp 820 // ObjCProtocolDecl
821 void visitObjCProtocolDeclChildren(ObjCProtocolDecl *D) {
832 void visitObjCProtocolDeclAsContext(ObjCProtocolDecl *D) {
Type.cpp 425 ObjCProtocolDecl * const *Protocols,
435 NumProtocols * sizeof(ObjCProtocolDecl*));
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 116 void VisitObjCProtocolDecl(ObjCProtocolDecl *D);
485 for (ObjCList<ObjCProtocolDecl>::iterator
524 void ASTDeclWriter::VisitObjCProtocolDecl(ObjCProtocolDecl *D) {
531 for (ObjCProtocolDecl::protocol_iterator
534 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
    [all...]
ASTReader.cpp     [all...]
ASTReaderStmt.cpp 874 E->setProtocol(ReadDeclAs<ObjCProtocolDecl>(Record, Idx));
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 51 class ObjCProtocolDecl;
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 506 if (!MD || !MD->isVariadic() || isa<ObjCProtocolDecl>(MD->getDeclContext()))
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaExprMember.cpp 385 static Decl *FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl*PDecl,
395 for (ObjCProtocolDecl::protocol_iterator I = PDecl->protocol_begin(),
    [all...]
SemaType.cpp 637 (ObjCProtocolDecl**)PQ,
795 (ObjCProtocolDecl**) PQ,
800 (ObjCProtocolDecl**) PQ,
806 (ObjCProtocolDecl**) PQ,
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 37 class ObjCProtocolDecl;
    [all...]
TypeLoc.h 793 ObjCProtocolDecl *getProtocol(unsigned i) const {
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h 128 class ObjCProtocolDecl;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 326 } else if (isa<ObjCProtocolDecl>(ND)) {
    [all...]

Completed in 468 milliseconds

12