Home | History | Annotate | Download | only in Parse

Lines Matching refs:SmallVector

22 #include "llvm/ADT/SmallVector.h"
129 SmallVector<IdentifierInfo *, 8> ClassNames;
130 SmallVector<SourceLocation, 8> ClassLocs;
131 SmallVector<ObjCTypeParamList *, 8> ClassTypeParams;
241 SmallVector<IdentifierLocPair, 8> ProtocolIdents;
284 SmallVector<Decl *, 8> ProtocolRefs;
285 SmallVector<SourceLocation, 8> ProtocolLocs;
313 SmallVector<ParsedType, 4> typeArgs;
315 SmallVector<Decl *, 4> protocols;
316 SmallVector<SourceLocation, 4> protocolLocs;
457 SmallVector<Decl *, 4> typeParams;
612 SmallVector<IdentifierLocPair, 1> protocolIdents;
635 SmallVector<Decl *, 32> allMethods;
636 SmallVector<DeclGroupPtrTy, 8> allTUVariables;
1403 SmallVector<DeclaratorChunk::ParamInfo, 8> CParamInfo;
1421 SmallVector<IdentifierInfo *, 12> KeyIdents;
1422 SmallVector<SourceLocation, 12> KeyLocs;
1423 SmallVector<Sema::ObjCArgInfo, 12> ArgInfos;
1565 SmallVector<IdentifierLocPair, 8> ProtocolIdents;
1605 SmallVector<Decl *, 8> protocols;
1606 SmallVector<SourceLocation, 8> protocolLocs;
1645 SmallVector<IdentifierInfo *, 4> identifiers;
1663 SmallVector<IdentifierLocPair, 4> identifierLocPairs;
1827 SmallVector<ParsedType, 4> typeArgs;
1830 SmallVector<Decl *, 4> protocols;
1831 SmallVector<SourceLocation, 4> protocolLocs;
1900 SmallVector<Decl *, 32> AllIvarDecls;
2033 SmallVector<IdentifierLocPair, 8> ProtocolRefs;
2062 SmallVector<Decl *, 8> ProtocolRefs;
2063 SmallVector<SourceLocation, 8> ProtocolLocs;
2121 SmallVector<IdentifierLocPair, 8> protocolIdents;
2163 SmallVector<Decl *, 4> protocols;
2164 SmallVector<SourceLocation, 4> protocolLocs;
2199 SmallVector<Decl *, 4> protocols;
2200 SmallVector<SourceLocation, 4> protocolLocs;
2210 SmallVector<Decl *, 8> DeclsInGroup;
3122 SmallVector<IdentifierInfo *, 12> KeyIdents;
3123 SmallVector<SourceLocation, 12> KeyLocs;
3271 SmallVector<SourceLocation, 4> AtLocs;
3391 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements.
3503 SmallVector<IdentifierInfo *, 12> KeyIdents;