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 712 SmallVector<SourceLocation, 16> ProtoLocs;
713 ProtoLocs.reserve(NumProtocols);
715 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
716 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(),
768 SmallVector<SourceLocation, 16> ProtoLocs;
769 ProtoLocs.reserve(NumProtoRefs);
771 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
772 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
803 SmallVector<SourceLocation, 16> ProtoLocs;
804 ProtoLocs.reserve(NumProtoRefs)
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 784 SourceLocation *ProtoLocs,
791 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
    [all...]
SemaDeclObjC.cpp 446 const SourceLocation *ProtoLocs,
563 ProtoLocs, Context);
654 const SourceLocation *ProtoLocs,
705 ProtoLocs, Context);
822 const SourceLocation *ProtoLocs,
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 700 SourceLocation *ProtoLocs,
    [all...]
Sema.h     [all...]

Completed in 332 milliseconds