Home | History | Annotate | Download | only in AST

Lines Matching full:ctxt

32         Ctxt(LangOpts, SourceMgr, Idents, Sels, Builtins) {}
43 ASTContext Ctxt;
49 V.insert(Ctxt, V.begin(), 0);
56 auto I = V.insert(Ctxt, V.begin(), 5, 1.0);
60 I = V.insert(Ctxt, V.begin() + 1, 5, 1.0);
64 I = V.insert(Ctxt, V.end(), 5, 1.0);
74 auto I = V.insert(Ctxt, V.begin(), IntVec.begin(), IntVec.begin());
79 I = V.insert(Ctxt, V.begin(), IntVec.begin(), IntVec.end());
83 I = V.insert(Ctxt, V.end(), IntVec.begin(), IntVec.begin());
87 I = V.insert(Ctxt, V.end(), IntVec.begin(), IntVec.end());