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 703 SmallVector<SourceLocation, 16> ProtoLocs;
704 ProtoLocs.reserve(NumProtocols);
706 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
707 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(),
759 SmallVector<SourceLocation, 16> ProtoLocs;
760 ProtoLocs.reserve(NumProtoRefs);
762 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
763 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
794 SmallVector<SourceLocation, 16> ProtoLocs;
795 ProtoLocs.reserve(NumProtoRefs)
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 740 SourceLocation *ProtoLocs,
746 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
    [all...]
SemaDeclObjC.cpp 379 const SourceLocation *ProtoLocs,
496 ProtoLocs, Context);
587 const SourceLocation *ProtoLocs,
638 ProtoLocs, Context);
753 const SourceLocation *ProtoLocs,
805 ProtoLocs, Context);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 672 SourceLocation *ProtoLocs,
    [all...]
Sema.h     [all...]

Completed in 28 milliseconds