Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h1081 class InlinedInheritingConstructorScope {
1083 InlinedInheritingConstructorScope(CodeGenFunction &CGF, GlobalDecl GD) in InlinedInheritingConstructorScope() function
1106 ~InlinedInheritingConstructorScope() { in ~InlinedInheritingConstructorScope()
DCGClass.cpp2222 InlinedInheritingConstructorScope Scope(*this, GlobalDecl(Ctor, CtorType)); in EmitInlinedInheritingCXXConstructorCall()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h1580 class InlinedInheritingConstructorScope {
1582 InlinedInheritingConstructorScope(CodeGenFunction &CGF, GlobalDecl GD)
1605 ~InlinedInheritingConstructorScope() {
DCGClass.cpp2256 InlinedInheritingConstructorScope Scope(*this, GD); in EmitInlinedInheritingCXXConstructorCall()