Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h52 using IdentifierLocPair = std::pair<IdentifierInfo *, SourceLocation>; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1299 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()
H A DSemaCodeComplete.cpp7840 ArrayRef<IdentifierLocPair> Protocols) { in CodeCompleteObjCProtocolReferences()
7851 for (const IdentifierLocPair &Pair : Protocols) in CodeCompleteObjCProtocolReferences()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1609 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9542 ArrayRef<IdentifierLocPair> IdentList,
9546 ArrayRef<IdentifierLocPair> ProtocolId,
12347 ArrayRef<IdentifierLocPair> Protocols);