Searched refs:IdentifierLocPair (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 240 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() 423 SmallVectorImpl<IdentifierLocPair> &protocolIdents, in parseObjCTypeParamListOrProtocolRefs() 572 SmallVector<IdentifierLocPair, 1> protocolIdents; in parseObjCTypeParamList() 1530 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() 1626 SmallVector<IdentifierLocPair, 4> identifierLocPairs; in parseObjCTypeArgsOrProtocolQualifiers() 1628 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers() 2038 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration() 2045 SmallVector<IdentifierLocPair, 8> ProtocolRefs; in ParseObjCAtProtocolDeclaration() 2055 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(), in ParseObjCAtProtocolDeclaration() 2126 SmallVector<IdentifierLocPair, 8> protocolIdents; in ParseObjCAtImplementationDeclaration()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 246 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() 448 SmallVectorImpl<IdentifierLocPair> &protocolIdents, in parseObjCTypeParamListOrProtocolRefs() 598 SmallVector<IdentifierLocPair, 1> protocolIdents; in parseObjCTypeParamList() 1553 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() 1650 SmallVector<IdentifierLocPair, 4> identifierLocPairs; in parseObjCTypeArgsOrProtocolQualifiers() 1652 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers() 2049 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration() 2057 SmallVector<IdentifierLocPair, 8> ProtocolRefs; in ParseObjCAtProtocolDeclaration() 2068 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(), in ParseObjCAtProtocolDeclaration() 2145 SmallVector<IdentifierLocPair, 8> protocolIdents; in ParseObjCAtImplementationDeclaration()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 39 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair; typedef
|
/external/llvm-project/clang/include/clang/Basic/ |
D | IdentifierTable.h | 44 using IdentifierLocPair = std::pair<IdentifierInfo *, SourceLocation>; variable
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1208 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() 1210 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration() 1684 ArrayRef<IdentifierLocPair> IdentList, in ActOnForwardProtocolDeclaration() 1687 for (const IdentifierLocPair &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration()
|
D | SemaCodeComplete.cpp | 5950 ArrayRef<IdentifierLocPair> Protocols) { in CodeCompleteObjCProtocolReferences() 5961 for (const IdentifierLocPair &Pair : Protocols) in CodeCompleteObjCProtocolReferences()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1299 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() 1301 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration() 1775 ArrayRef<IdentifierLocPair> IdentList, in ActOnForwardProtocolDeclaration() 1778 for (const IdentifierLocPair &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration()
|
D | SemaCodeComplete.cpp | 7678 ArrayRef<IdentifierLocPair> Protocols) { in CodeCompleteObjCProtocolReferences() 7689 for (const IdentifierLocPair &Pair : Protocols) in CodeCompleteObjCProtocolReferences()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1282 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 1627 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7411 ArrayRef<IdentifierLocPair> IdentList, 7415 ArrayRef<IdentifierLocPair> ProtocolId, 9284 ArrayRef<IdentifierLocPair> Protocols);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9390 ArrayRef<IdentifierLocPair> IdentList, 9394 ArrayRef<IdentifierLocPair> ProtocolId, 12124 ArrayRef<IdentifierLocPair> Protocols);
|