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

  /external/clang/include/clang/AST/
DeclObjC.h 710 protocol_loc_iterator protocol_loc_end() const { function in class:clang::ObjCInterfaceDecl
1167 protocol_loc_iterator protocol_loc_end() const { function in class:clang::ObjCProtocolDecl
1339 protocol_loc_iterator protocol_loc_end() const { function in class:clang::ObjCCategoryDecl
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 479 PLEnd = D->protocol_loc_end();
535 PLEnd = D->protocol_loc_end();
559 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end();
    [all...]

Completed in 227 milliseconds