Searched refs:IdentifierLocPair (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
H A DIdentifierTable.h39 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair; typedef in namespace:clang
/external/clang/lib/Parse/
H A DParseObjc.cpp1194 SmallVector<IdentifierLocPair, 8> ProtocolIdents;
1424 IdentifierLocPair ProtoInfo(protocolName, nameLoc);
1432 SmallVector<IdentifierLocPair, 8> ProtocolRefs;
1443 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(),
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp786 const IdentifierLocPair *ProtocolId,
859 const IdentifierLocPair *IdentList,
H A DSemaCodeComplete.cpp5706 void Sema::CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols,
/external/clang/include/clang/Sema/
H A DSema.h6821 const IdentifierLocPair *IdentList,
6826 const IdentifierLocPair *ProtocolId,
8139 void CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols,

Completed in 235 milliseconds