reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ASTUnresolvedSet.h
   32   struct DeclsTy : ASTVector<DeclAccessPair> {
tools/clang/include/clang/AST/ASTVector.h
   54   ASTVector(ASTVector &&O) : Begin(O.Begin), End(O.End), Capacity(O.Capacity) {
   64   ASTVector &operator=(ASTVector &&RHS) {
   64   ASTVector &operator=(ASTVector &&RHS) {
   65     ASTVector O(std::move(RHS));
tools/clang/include/clang/AST/Expr.h
 4377   typedef ASTVector<Stmt *> InitExprsTy;
tools/clang/include/clang/AST/RecordLayout.h
   82   ASTVector<uint64_t> FieldOffsets;
tools/clang/unittests/AST/ASTVectorTest.cpp
   46   ASTVector<int> V;
   51   ASTVector<double> V;
   67   ASTVector<double> V;