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 709 SmallVector<SourceLocation, 16> ProtoLocs;
710 ProtoLocs.reserve(NumProtocols);
712 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
713 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(),
765 SmallVector<SourceLocation, 16> ProtoLocs;
766 ProtoLocs.reserve(NumProtoRefs);
768 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
769 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
800 SmallVector<SourceLocation, 16> ProtoLocs;
801 ProtoLocs.reserve(NumProtoRefs)
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 761 SourceLocation *ProtoLocs,
767 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
    [all...]
SemaDeclObjC.cpp 431 const SourceLocation *ProtoLocs,
548 ProtoLocs, Context);
639 const SourceLocation *ProtoLocs,
690 ProtoLocs, Context);
805 const SourceLocation *ProtoLocs,
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 688 SourceLocation *ProtoLocs,
    [all...]
Sema.h     [all...]

Completed in 455 milliseconds