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 741 SmallVector<SourceLocation, 16> ProtoLocs;
742 ProtoLocs.reserve(NumProtocols);
744 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
745 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(),
797 SmallVector<SourceLocation, 16> ProtoLocs;
798 ProtoLocs.reserve(NumProtoRefs);
800 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
801 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
832 SmallVector<SourceLocation, 16> ProtoLocs;
833 ProtoLocs.reserve(NumProtoRefs)
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 819 SourceLocation *ProtoLocs,
826 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
    [all...]
SemaDeclObjC.cpp 449 const SourceLocation *ProtoLocs,
589 ProtoLocs, Context);
677 const SourceLocation *ProtoLocs,
728 ProtoLocs, Context);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 717 SourceLocation *ProtoLocs,
    [all...]
Sema.h     [all...]

Completed in 1047 milliseconds