Home | History | Annotate | Download | only in Sema

Lines Matching refs:ElabTL

289         ElaboratedTypeLoc ElabTL = Builder.push<ElaboratedTypeLoc>(T);
290 ElabTL.setElaboratedKeywordLoc(SourceLocation());
291 ElabTL.setQualifierLoc(SS->getWithLocInContext(Context));