Searched refs:IdentifierLocPair (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseObjc.cpp | 222 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/ |
| HD | IdentifierTable.h | 39 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair; typedef
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 1257 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclObjC.cpp | 1187 const IdentifierLocPair *ProtocolId, in FindProtocolDeclaration() 1658 const IdentifierLocPair *IdentList, in ActOnForwardProtocolDeclaration()
|
| HD | SemaCodeComplete.cpp | 5928 void Sema::CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols, in CodeCompleteObjCProtocolReferences()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 7172 const IdentifierLocPair *IdentList, 7177 const IdentifierLocPair *ProtocolId, 8696 void CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols,
|