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 782 protocol_loc_iterator protocol_loc_end() const { function in class:clang::ObjCInterfaceDecl
1411 protocol_loc_iterator protocol_loc_end() const { function in class:clang::ObjCProtocolDecl
1597 protocol_loc_iterator protocol_loc_end() const { function in class:clang::ObjCCategoryDecl
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 487 PLEnd = D->protocol_loc_end();
544 PLEnd = D->protocol_loc_end();
568 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end();
    [all...]

Completed in 146 milliseconds