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

  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 531 SmallVector<SourceLocation, 16> ProtoLocs;
532 ProtoLocs.reserve(NumProtocols);
534 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
535 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(),
583 SmallVector<SourceLocation, 16> ProtoLocs;
584 ProtoLocs.reserve(NumProtoRefs);
586 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
587 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
609 SmallVector<SourceLocation, 16> ProtoLocs;
610 ProtoLocs.reserve(NumProtoRefs)
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 354 const SourceLocation *ProtoLocs,
480 ProtoLocs, Context);
567 const SourceLocation *ProtoLocs,
610 ProtoLocs, Context);
694 SmallVector<SourceLocation, 8> ProtoLocs;
713 ProtoLocs.push_back(IdentList[i].second);
719 ProtoLocs.data());
732 const SourceLocation *ProtoLocs,
777 ProtoLocs, Context);
    [all...]
DeclSpec.cpp 734 SourceLocation *ProtoLocs,
740 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 661 SourceLocation *ProtoLocs,
    [all...]
Sema.h     [all...]

Completed in 115 milliseconds