Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h1084 : CGF(CGF), OldCurGD(CGF.CurGD), OldCurFuncDecl(CGF.CurFuncDecl), in InlinedInheritingConstructorScope()
1108 CGF.CurFuncDecl = OldCurFuncDecl; in ~InlinedInheritingConstructorScope()
1124 const Decl *OldCurFuncDecl; variable