Searched refs:IdentifierLocPair (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 39 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair; typedef
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1160 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() 1377 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration() 1385 SmallVector<IdentifierLocPair, 8> ProtocolRefs; in ParseObjCAtProtocolDeclaration() 1396 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(), in ParseObjCAtProtocolDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 782 const IdentifierLocPair *ProtocolId, in FindProtocolDeclaration() 855 const IdentifierLocPair *IdentList, in ActOnForwardProtocolDeclaration()
|
D | SemaCodeComplete.cpp | 5851 void Sema::CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols, in CodeCompleteObjCProtocolReferences()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6951 const IdentifierLocPair *IdentList, 6956 const IdentifierLocPair *ProtocolId, 8382 void CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols,
|