Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp262 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration()
458 SmallVectorImpl<IdentifierLocPair> &protocolIdents, in parseObjCTypeParamListOrProtocolRefs()
607 SmallVector<IdentifierLocPair, 1> protocolIdents; in parseObjCTypeParamList()
1584 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences()
1680 SmallVector<IdentifierLocPair, 4> identifierLocPairs; in parseObjCTypeArgsOrProtocolQualifiers()
1682 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers()
2094 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration()
2101 SmallVector<IdentifierLocPair, 8> ProtocolRefs; in ParseObjCAtProtocolDeclaration()
2111 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(), in ParseObjCAtProtocolDeclaration()
2194 SmallVector<IdentifierLocPair, 8> protocolIdents; in ParseObjCAtImplementationDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h79 using IdentifierLocPair = std::pair<IdentifierInfo *, SourceLocation>; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1315 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration()
1317 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration()
1791 ArrayRef<IdentifierLocPair> IdentList, in ActOnForwardProtocolDeclaration()
1794 for (const IdentifierLocPair &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration()
H A DSemaCodeComplete.cpp8474 ArrayRef<IdentifierLocPair> Protocols) { in CodeCompleteObjCProtocolReferences()
8485 for (const IdentifierLocPair &Pair : Protocols) in CodeCompleteObjCProtocolReferences()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1665 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10582 ArrayRef<IdentifierLocPair> IdentList,
10586 ArrayRef<IdentifierLocPair> ProtocolId,
13777 ArrayRef<IdentifierLocPair> Protocols);