Searched refs:protocol_loc_begin (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h777 protocol_loc_iterator protocol_loc_begin() const { function in class:clang::ObjCInterfaceDecl
1431 protocol_loc_iterator protocol_loc_begin() const { function in class:clang::ObjCProtocolDecl
1620 protocol_loc_iterator protocol_loc_begin() const { function in class:clang::ObjCCategoryDecl
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp499 for (ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
557 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
582 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp3358 = D->protocol_loc_begin();
3412 FromProtoLoc = From->protocol_loc_begin();
3541 FromProtoLoc = From->protocol_loc_begin();

Completed in 136 milliseconds