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

/external/clang/lib/Parse/
H A DParseObjc.cpp224 SmallVector<SourceLocation, 8> ProtocolLocs; local
226 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
236 ProtocolLocs.data(),
268 SmallVector<SourceLocation, 8> ProtocolLocs; local
271 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
279 ProtocolLocs.data(),
1162 SmallVectorImpl<SourceLocation> &ProtocolLocs,
1186 ProtocolLocs.push_back(Tok.getLocation());
1216 SmallVector<SourceLocation, 8> ProtocolLocs; local
1217 bool Result = ParseObjCProtocolReferences(ProtocolDecl, ProtocolLocs, fals
1161 ParseObjCProtocolReferences(SmallVectorImpl<Decl *> &Protocols, SmallVectorImpl<SourceLocation> &ProtocolLocs, bool WarnOnDeclarations, SourceLocation &LAngleLoc, SourceLocation &EndLoc) argument
1427 SmallVector<SourceLocation, 8> ProtocolLocs; local
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h349 SourceLocation *ProtocolLocs; member in class:clang::DeclSpec
412 ProtocolLocs(0),
418 delete [] ProtocolLocs;
682 SourceLocation *getProtocolLocs() const { return ProtocolLocs; }
/external/clang/lib/Sema/
H A DDeclSpec.cpp765 ProtocolLocs = new SourceLocation[NP];
767 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
/external/clang/lib/AST/
H A DASTImporter.cpp3097 SmallVector<SourceLocation, 4> ProtocolLocs; local
3109 ProtocolLocs.push_back(Importer.Import(*FromProtoLoc));
3114 ProtocolLocs.data(), Importer.getToContext());
3151 SmallVector<SourceLocation, 4> ProtocolLocs; local
3163 ProtocolLocs.push_back(Importer.Import(*FromProtoLoc));
3168 ProtocolLocs.data(), Importer.getToContext());
3280 SmallVector<SourceLocation, 4> ProtocolLocs; local
3293 ProtocolLocs.push_back(Importer.Import(*FromProtoLoc));
3298 ProtocolLocs.data(), Importer.getToContext());

Completed in 839 milliseconds