Searched refs:IdentifierLocPair (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaCodeCompletion.h | 194 CodeCompleteObjCProtocolReferences(ArrayRef<IdentifierLocPair> Protocols);
|
H A D | SemaObjC.h | 322 ArrayRef<IdentifierLocPair> IdentList, 326 ArrayRef<IdentifierLocPair> ProtocolId,
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 263 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() 461 SmallVectorImpl<IdentifierLocPair> &protocolIdents, in parseObjCTypeParamListOrProtocolRefs() 608 SmallVector<IdentifierLocPair, 1> protocolIdents; in parseObjCTypeParamList() 1589 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() 1684 SmallVector<IdentifierLocPair, 4> identifierLocPairs; in parseObjCTypeArgsOrProtocolQualifiers() 1686 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers() 2085 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration() 2093 SmallVector<IdentifierLocPair, 8> ProtocolRefs; in ParseObjCAtProtocolDeclaration() 2103 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(), in ParseObjCAtProtocolDeclaration() 2187 SmallVector<IdentifierLocPair, 8> protocolIdents; in ParseObjCAtImplementationDeclaration()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 80 using IdentifierLocPair = std::pair<IdentifierInfo *, SourceLocation>; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1313 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() 1315 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration() 1787 SourceLocation AtProtocolLoc, ArrayRef<IdentifierLocPair> IdentList, in ActOnForwardProtocolDeclaration() 1791 for (const IdentifierLocPair &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration()
|
H A D | SemaCodeComplete.cpp | 8558 ArrayRef<IdentifierLocPair> Protocols) { in CodeCompleteObjCProtocolReferences() 8569 for (const IdentifierLocPair &Pair : Protocols) in CodeCompleteObjCProtocolReferences()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1716 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
|