Searched refs:IdentifierLocPair (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/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() 1532 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() 1628 SmallVector<IdentifierLocPair, 4> identifierLocPairs; in parseObjCTypeArgsOrProtocolQualifiers() 1630 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers() 2042 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration() 2049 SmallVector<IdentifierLocPair, 8> ProtocolRefs; in ParseObjCAtProtocolDeclaration() 2059 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(), in ParseObjCAtProtocolDeclaration() 2130 SmallVector<IdentifierLocPair, 8> protocolIdents; in ParseObjCAtImplementationDeclaration()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | IdentifierTable.h | 52 using IdentifierLocPair = std::pair<IdentifierInfo *, SourceLocation>; variable
|
| /freebsd-12-stable/contrib/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 | 7843 ArrayRef<IdentifierLocPair> Protocols) { in CodeCompleteObjCProtocolReferences() 7854 for (const IdentifierLocPair &Pair : Protocols) in CodeCompleteObjCProtocolReferences()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/ |
| D | Parser.h | 1610 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 9614 ArrayRef<IdentifierLocPair> IdentList, 9618 ArrayRef<IdentifierLocPair> ProtocolId, 12451 ArrayRef<IdentifierLocPair> Protocols);
|