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

  /external/clang/include/clang/AST/
DeclObjC.h 699 protocol_loc_iterator protocol_loc_begin() const { function in class:clang::ObjCInterfaceDecl
1161 protocol_loc_iterator protocol_loc_begin() const { function in class:clang::ObjCProtocolDecl
1336 protocol_loc_iterator protocol_loc_begin() const { function in class:clang::ObjCCategoryDecl
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 478 for (ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
534 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
559 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end();
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 960 ObjCCategoryDecl::protocol_loc_iterator PL = ND->protocol_loc_begin();
973 ObjCProtocolDecl::protocol_loc_iterator PL = PID->protocol_loc_begin();
    [all...]

Completed in 54 milliseconds