Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Start

148     const CXXRecordDecl *DerivedClass, CastExpr::path_const_iterator Start,
155 for (CastExpr::path_const_iterator I = Start; I != End; ++I) {
272 CastExpr::path_const_iterator Start = PathBegin;
277 // *start* with a step down to the correct virtual base subobject,
279 if ((*Start)->isVirtual()) {
281 cast<CXXRecordDecl>((*Start)->getType()->getAs<RecordType>()->getDecl());
282 ++Start;
289 VBase ? VBase : Derived, Start, PathEnd);
622 // Start the loop with a block that tests the condition.
1722 // Start sanitizing at this field
1734 // Re-set the start index
1743 /// start poisoning (inclusive)
1980 // (This assumes we never start tracking offsetted alignments.)
2938 // Start building arguments for forwarding call
2968 // Start building arguments for forwarding call