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

  /external/clang/tools/libclang/
IndexDecl.cpp 84 ObjCForwardProtocolDecl::protocol_loc_iterator LI = D->protocol_loc_begin();
IndexingContext.cpp 281 ObjCInterfaceDecl::protocol_loc_iterator LI = D->protocol_loc_begin();
CIndex.cpp 952 ObjCCategoryDecl::protocol_loc_iterator PL = ND->protocol_loc_begin();
962 ObjCProtocolDecl::protocol_loc_iterator PL = PID->protocol_loc_begin();
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 638 protocol_loc_iterator protocol_loc_begin() const { function in class:clang::ObjCInterfaceDecl
964 protocol_loc_iterator protocol_loc_begin() const { function in class:clang::ObjCProtocolDecl
1077 protocol_loc_iterator protocol_loc_begin() const { function in class:clang::ObjCForwardProtocolDecl
1169 protocol_loc_iterator protocol_loc_begin() const { function in class:clang::ObjCCategoryDecl
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 454 for (ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
510 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
536 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end();
550 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end();
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 1939 milliseconds