Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DIdentifierTable.h39 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair; typedef
/external/clang/lib/Parse/
DParseObjc.cpp1160 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/
DSemaDeclObjC.cpp782 const IdentifierLocPair *ProtocolId, in FindProtocolDeclaration()
855 const IdentifierLocPair *IdentList, in ActOnForwardProtocolDeclaration()
DSemaCodeComplete.cpp5851 void Sema::CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols, in CodeCompleteObjCProtocolReferences()
/external/clang/include/clang/Sema/
DSema.h6951 const IdentifierLocPair *IdentList,
6956 const IdentifierLocPair *ProtocolId,
8382 void CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols,