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

  /external/clang/lib/AST/
DeclObjC.cpp 133 for (const auto *Proto : ID->all_referenced_protocols())
217 for (const auto *I : OID->all_referenced_protocols())
260 for (const auto *I : all_referenced_protocols())
273 for (const auto *PI : all_referenced_protocols())
320 for (auto *Proto : all_referenced_protocols()) {
336 for (auto *P : all_referenced_protocols()) {
533 for (auto *P : all_referenced_protocols())
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 226 for (auto *P : IFace->all_referenced_protocols()) {
751 for (const auto *PI : ClassDecl->all_referenced_protocols()) {
757 for (const auto *PI : SDecl->all_referenced_protocols()) {
    [all...]
SemaDeclObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 884 all_protocol_range all_referenced_protocols() const { function in class:clang::ObjCInterfaceDecl
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 125 milliseconds