Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp241 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration()
448 SmallVectorImpl<IdentifierLocPair> &protocolIdents, in parseObjCTypeParamListOrProtocolRefs()
612 SmallVector<IdentifierLocPair, 1> protocolIdents; in parseObjCTypeParamList()
1565 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences()
1663 SmallVector<IdentifierLocPair, 4> identifierLocPairs; in parseObjCTypeArgsOrProtocolQualifiers()
1665 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers()
2025 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration()
2033 SmallVector<IdentifierLocPair, 8> ProtocolRefs; in ParseObjCAtProtocolDeclaration()
2044 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(), in ParseObjCAtProtocolDeclaration()
2121 SmallVector<IdentifierLocPair, 8> protocolIdents; in ParseObjCAtImplementationDeclaration()
/external/clang/include/clang/Basic/
DIdentifierTable.h39 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair; typedef
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1209 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration()
1211 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration()
1676 ArrayRef<IdentifierLocPair> IdentList, in ActOnForwardProtocolDeclaration()
1679 for (const IdentifierLocPair &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration()
DSemaCodeComplete.cpp5929 void Sema::CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols, in CodeCompleteObjCProtocolReferences()
/external/clang/include/clang/Parse/
DParser.h1260 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
/external/clang/include/clang/Sema/
DSema.h7247 ArrayRef<IdentifierLocPair> IdentList,
7251 ArrayRef<IdentifierLocPair> ProtocolId,
8901 void CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols,