Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp240 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration()
423 SmallVectorImpl<IdentifierLocPair> &protocolIdents, in parseObjCTypeParamListOrProtocolRefs()
572 SmallVector<IdentifierLocPair, 1> protocolIdents; in parseObjCTypeParamList()
1530 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences()
1626 SmallVector<IdentifierLocPair, 4> identifierLocPairs; in parseObjCTypeArgsOrProtocolQualifiers()
1628 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers()
2038 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration()
2045 SmallVector<IdentifierLocPair, 8> ProtocolRefs; in ParseObjCAtProtocolDeclaration()
2055 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(), in ParseObjCAtProtocolDeclaration()
2126 SmallVector<IdentifierLocPair, 8> protocolIdents; in ParseObjCAtImplementationDeclaration()
/external/clang/lib/Parse/
DParseObjc.cpp246 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration()
448 SmallVectorImpl<IdentifierLocPair> &protocolIdents, in parseObjCTypeParamListOrProtocolRefs()
598 SmallVector<IdentifierLocPair, 1> protocolIdents; in parseObjCTypeParamList()
1553 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences()
1650 SmallVector<IdentifierLocPair, 4> identifierLocPairs; in parseObjCTypeArgsOrProtocolQualifiers()
1652 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers()
2049 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration()
2057 SmallVector<IdentifierLocPair, 8> ProtocolRefs; in ParseObjCAtProtocolDeclaration()
2068 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(), in ParseObjCAtProtocolDeclaration()
2145 SmallVector<IdentifierLocPair, 8> protocolIdents; in ParseObjCAtImplementationDeclaration()
/external/clang/include/clang/Basic/
DIdentifierTable.h39 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair; typedef
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h44 using IdentifierLocPair = std::pair<IdentifierInfo *, SourceLocation>; variable
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1208 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration()
1210 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration()
1684 ArrayRef<IdentifierLocPair> IdentList, in ActOnForwardProtocolDeclaration()
1687 for (const IdentifierLocPair &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration()
DSemaCodeComplete.cpp5950 ArrayRef<IdentifierLocPair> Protocols) { in CodeCompleteObjCProtocolReferences()
5961 for (const IdentifierLocPair &Pair : Protocols) in CodeCompleteObjCProtocolReferences()
/external/llvm-project/clang/lib/Sema/
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()
DSemaCodeComplete.cpp7678 ArrayRef<IdentifierLocPair> Protocols) { in CodeCompleteObjCProtocolReferences()
7689 for (const IdentifierLocPair &Pair : Protocols) in CodeCompleteObjCProtocolReferences()
/external/clang/include/clang/Parse/
DParser.h1282 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
/external/llvm-project/clang/include/clang/Parse/
DParser.h1627 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
/external/clang/include/clang/Sema/
DSema.h7411 ArrayRef<IdentifierLocPair> IdentList,
7415 ArrayRef<IdentifierLocPair> ProtocolId,
9284 ArrayRef<IdentifierLocPair> Protocols);
/external/llvm-project/clang/include/clang/Sema/
DSema.h9390 ArrayRef<IdentifierLocPair> IdentList,
9394 ArrayRef<IdentifierLocPair> ProtocolId,
12124 ArrayRef<IdentifierLocPair> Protocols);