Searched defs:ProtocolLocs (Results 1 - 3 of 3) 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(),
1153 SmallVectorImpl<SourceLocation> &ProtocolLocs,
1177 ProtocolLocs.push_back(Tok.getLocation());
1202 SmallVector<SourceLocation, 8> ProtocolLocs; local
1203 bool Result = ParseObjCProtocolReferences(ProtocolDecl, ProtocolLocs, fals
1152 ParseObjCProtocolReferences(SmallVectorImpl<Decl *> &Protocols, SmallVectorImpl<SourceLocation> &ProtocolLocs, bool WarnOnDeclarations, SourceLocation &LAngleLoc, SourceLocation &EndLoc) argument
1417 SmallVector<SourceLocation, 8> ProtocolLocs; local
[all...]
/external/clang/lib/AST/
H A DASTImporter.cpp3367 SmallVector<SourceLocation, 4> ProtocolLocs; local
3379 ProtocolLocs.push_back(Importer.Import(*FromProtoLoc));
3384 ProtocolLocs.data(), Importer.getToContext());
3421 SmallVector<SourceLocation, 4> ProtocolLocs; local
3433 ProtocolLocs.push_back(Importer.Import(*FromProtoLoc));
3438 ProtocolLocs.data(), Importer.getToContext());
3580 SmallVector<SourceLocation, 4> ProtocolLocs; local
3593 ProtocolLocs.push_back(Importer.Import(*FromProtoLoc));
3598 ProtocolLocs.data(), Importer.getToContext());
/external/clang/include/clang/Sema/
H A DDeclSpec.h378 SourceLocation *ProtocolLocs; member in class:clang::DeclSpec
442 ProtocolLocs(nullptr),
448 delete [] ProtocolLocs;
743 SourceLocation *getProtocolLocs() const { return ProtocolLocs; }

Completed in 8137 milliseconds