Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp222 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration()
437 SmallVectorImpl<IdentifierLocPair> &protocolIdents, in parseObjCTypeParamListOrProtocolRefs()
601 SmallVector<IdentifierLocPair, 1> protocolIdents; in parseObjCTypeParamList()
1556 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences()
1655 SmallVector<IdentifierLocPair, 4> identifierLocPairs; in parseObjCTypeArgsOrProtocolQualifiers()
1657 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers()
2017 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration()
2025 SmallVector<IdentifierLocPair, 8> ProtocolRefs; in ParseObjCAtProtocolDeclaration()
2036 ProtocolRefs.push_back(IdentifierLocPair(Tok.getIdentifierInfo(), in ParseObjCAtProtocolDeclaration()
2115 SmallVector<IdentifierLocPair, 8> protocolIdents; in ParseObjCAtImplementationDeclaration()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDIdentifierTable.h39 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair; typedef
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1257 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp1187 const IdentifierLocPair *ProtocolId, in FindProtocolDeclaration()
1658 const IdentifierLocPair *IdentList, in ActOnForwardProtocolDeclaration()
HDSemaCodeComplete.cpp5928 void Sema::CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols, in CodeCompleteObjCProtocolReferences()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h7172 const IdentifierLocPair *IdentList,
7177 const IdentifierLocPair *ProtocolId,
8696 void CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols,