Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h194 CodeCompleteObjCProtocolReferences(ArrayRef<IdentifierLocPair> Protocols);
H A DSemaObjC.h322 ArrayRef<IdentifierLocPair> IdentList,
326 ArrayRef<IdentifierLocPair> ProtocolId,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp263 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 DIdentifierTable.h80 using IdentifierLocPair = std::pair<IdentifierInfo *, SourceLocation>; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1313 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 DSemaCodeComplete.cpp8558 ArrayRef<IdentifierLocPair> Protocols) { in CodeCompleteObjCProtocolReferences()
8569 for (const IdentifierLocPair &Pair : Protocols) in CodeCompleteObjCProtocolReferences()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1716 SmallVectorImpl<IdentifierLocPair> &protocolIdents,