Home | History | Annotate | Download | only in Sema

Lines Matching refs:SmallVector

39 #include "llvm/ADT/SmallVector.h"
694 typedef SmallVector<std::pair<llvm::APSInt, EnumConstantDecl*>, 64> EnumValsTy;
791 typedef SmallVector<std::pair<llvm::APSInt, CaseStmt*>, 64> CaseValsTy;
1113 SmallVector<DeclarationName,8> UnhandledNames;
1194 typedef SmallVector<std::pair<llvm::APSInt, EnumConstantDecl *>, 64>
1434 SmallVector<SourceRange, 10> Ranges;
3901 SmallVector<Decl*, 4> Fields(Record->fields());
3912 SmallVector<CapturedStmt::Capture, 4> Captures;
3913 SmallVector<Expr *, 4> CaptureInits;