Home
last modified time | relevance | path

Searched refs:Rebuilder (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaPseudoObject.cpp47 struct Rebuilder { struct
52 Rebuilder(Sema &S, const SpecificRebuilderRefTy &SpecificCallback) in Rebuilder() argument
701 syntacticBase = Rebuilder(S, [=](Expr *, unsigned) -> Expr * { in rebuildAndCaptureObject()
1023 Rebuilder(S, [=](Expr *, unsigned Idx) -> Expr * { in rebuildAndCaptureObject()
1450 syntacticBase = Rebuilder(S, [=](Expr *, unsigned Idx) -> Expr * { in rebuildAndCaptureObject()
1622 return Rebuilder(S, in stripOpaqueValuesFromPseudoObjectRef()
DSemaTemplate.cpp8325 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); in RebuildTypeInCurrentInstantiation() local
8326 return Rebuilder.TransformType(T); in RebuildTypeInCurrentInstantiation()
8330 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(), in RebuildExprInCurrentInstantiation() local
8332 return Rebuilder.TransformExpr(E); in RebuildExprInCurrentInstantiation()
8340 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(), in RebuildNestedNameSpecifierInCurrentInstantiation() local
8343 = Rebuilder.TransformNestedNameSpecifierLoc(QualifierLoc); in RebuildNestedNameSpecifierInCurrentInstantiation()