Searched refs:IdentifierLocPair (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 241 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() 448 SmallVectorImpl<IdentifierLocPair> &protocolIdents, in parseObjCTypeParamListOrProtocolRefs() 612 SmallVector<IdentifierLocPair, 1> protocolIdents; in parseObjCTypeParamList() 1565 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() 1663 SmallVector<IdentifierLocPair, 4> identifierLocPairs; in parseObjCTypeArgsOrProtocolQualifiers() 1665 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers() 2025 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration() 2033 SmallVector<IdentifierLocPair, 8> ProtocolRefs; in ParseObjCAtProtocolDeclaration() 2044 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(), in ParseObjCAtProtocolDeclaration() 2121 SmallVector<IdentifierLocPair, 8> protocolIdents; in ParseObjCAtImplementationDeclaration()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 39 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair; typedef
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1209 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() 1211 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration() 1676 ArrayRef<IdentifierLocPair> IdentList, in ActOnForwardProtocolDeclaration() 1679 for (const IdentifierLocPair &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration()
|
D | SemaCodeComplete.cpp | 5929 void Sema::CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols, in CodeCompleteObjCProtocolReferences()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1260 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7247 ArrayRef<IdentifierLocPair> IdentList, 7251 ArrayRef<IdentifierLocPair> ProtocolId, 8901 void CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols,
|