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

  /external/clang/lib/AST/
DumpXML.cpp 766 if (D->protocol_begin() != D->protocol_end()) {
769 I = D->protocol_begin(), E = D->protocol_end(); I != E; ++I)
786 if (D->protocol_begin() != D->protocol_end()) {
789 I = D->protocol_begin(), E = D->protocol_end(); I != E; ++I)
825 if (D->protocol_begin() != D->protocol_end()) {
828 I = D->protocol_begin(), E = D->protocol_end(); I != E; ++I)
DeclObjC.cpp 111 E = PID->protocol_end(); I != E; ++I)
142 I = OCD->protocol_begin(), E = OCD->protocol_end(); I != E; ++I)
338 E = ClassDecl->protocol_end();
855 PI = IDecl->protocol_begin(), E = IDecl->protocol_end(); PI != E; ++PI){
874 E = CDecl->protocol_end(); PI != E; ++PI)
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaExprMember.cpp 396 E = PDecl->protocol_end(); I != E; ++I) {
    [all...]
SemaDeclObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 686 protocol_iterator protocol_end() const { function in class:clang::ObjCInterfaceDecl
744 ? protocol_end()
1154 protocol_iterator protocol_end() const { function in class:clang::ObjCProtocolDecl
1333 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } function in class:clang::ObjCCategoryDecl
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 819 PEnd = Category->protocol_end();
837 PEnd = Protocol->protocol_end();
844 PEnd = Interface->protocol_end();
    [all...]
CIndex.cpp 962 E = ND->protocol_end(); I != E; ++I, ++PL)
975 E = PID->protocol_end(); I != E; ++I, ++PL)
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 475 PEnd = D->protocol_end();
532 I = D->protocol_begin(), IEnd = D->protocol_end(); I != IEnd; ++I)
556 I = D->protocol_begin(), IEnd = D->protocol_end(); I != IEnd; ++I)
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 653 milliseconds