Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp240 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration()
423 SmallVectorImpl<IdentifierLocPair> &protocolIdents, in parseObjCTypeParamListOrProtocolRefs()
572 SmallVector<IdentifierLocPair, 1> protocolIdents; in parseObjCTypeParamList()
1539 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences()
1635 SmallVector<IdentifierLocPair, 4> identifierLocPairs; in parseObjCTypeArgsOrProtocolQualifiers()
1637 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers()
2049 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration()
2056 SmallVector<IdentifierLocPair, 8> ProtocolRefs; in ParseObjCAtProtocolDeclaration()
2066 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(), in ParseObjCAtProtocolDeclaration()
2137 SmallVector<IdentifierLocPair, 8> protocolIdents; in ParseObjCAtImplementationDeclaration()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DIdentifierTable.h69 using IdentifierLocPair = std::pair<IdentifierInfo *, SourceLocation>; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp1301 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration()
1303 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration()
1777 ArrayRef<IdentifierLocPair> IdentList, in ActOnForwardProtocolDeclaration()
1780 for (const IdentifierLocPair &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration()
H A DSemaCodeComplete.cpp8330 ArrayRef<IdentifierLocPair> Protocols) { in CodeCompleteObjCProtocolReferences()
8341 for (const IdentifierLocPair &Pair : Protocols) in CodeCompleteObjCProtocolReferences()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1625 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9936 ArrayRef<IdentifierLocPair> IdentList,
9940 ArrayRef<IdentifierLocPair> ProtocolId,
12976 ArrayRef<IdentifierLocPair> Protocols);