Home | History | Annotate | Download | only in Sema

Lines Matching refs:ElabTL

435         ElaboratedTypeLoc ElabTL = Builder.push<ElaboratedTypeLoc>(T);
436 ElabTL.setElaboratedKeywordLoc(SourceLocation());
437 ElabTL.setQualifierLoc(SS->getWithLocInContext(Context));
724 ElaboratedTypeLoc ElabTL = Builder.push<ElaboratedTypeLoc>(T);
725 ElabTL.setElaboratedKeywordLoc(SourceLocation());
726 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context));