Searched refs:ProtocolLocs (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp241 SmallVector<SourceLocation, 8> ProtocolLocs; local
243 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
253 ProtocolLocs.data(),
286 SmallVector<SourceLocation, 8> ProtocolLocs; local
289 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
300 ProtocolLocs.data(),
1187 SmallVectorImpl<SourceLocation> &ProtocolLocs,
1211 ProtocolLocs.push_back(Tok.getLocation());
1236 SmallVector<SourceLocation, 8> ProtocolLocs; local
1237 bool Result = ParseObjCProtocolReferences(ProtocolDecl, ProtocolLocs, fals
1186 ParseObjCProtocolReferences(SmallVectorImpl<Decl *> &Protocols, SmallVectorImpl<SourceLocation> &ProtocolLocs, bool WarnOnDeclarations, SourceLocation &LAngleLoc, SourceLocation &EndLoc) argument
1464 SmallVector<SourceLocation, 8> ProtocolLocs; local
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h361 SourceLocation *ProtocolLocs; member in class:clang::DeclSpec
425 ProtocolLocs(nullptr),
431 delete [] ProtocolLocs;
726 SourceLocation *getProtocolLocs() const { return ProtocolLocs; }
/external/clang/lib/Sema/
H A DDeclSpec.cpp890 ProtocolLocs = new SourceLocation[NP];
891 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
/external/clang/lib/AST/
H A DASTImporter.cpp3340 SmallVector<SourceLocation, 4> ProtocolLocs; local
3352 ProtocolLocs.push_back(Importer.Import(*FromProtoLoc));
3357 ProtocolLocs.data(), Importer.getToContext());
3394 SmallVector<SourceLocation, 4> ProtocolLocs; local
3406 ProtocolLocs.push_back(Importer.Import(*FromProtoLoc));
3411 ProtocolLocs.data(), Importer.getToContext());
3523 SmallVector<SourceLocation, 4> ProtocolLocs; local
3536 ProtocolLocs.push_back(Importer.Import(*FromProtoLoc));
3541 ProtocolLocs.data(), Importer.getToContext());

Completed in 364 milliseconds