Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.h72 return CGF.CXXStructorImplicitParamValue; in getStructorImplicitParamValue()
DCodeGenFunction.h1072 llvm::Value *CXXStructorImplicitParamValue; variable
1802 assert(CXXStructorImplicitParamValue && "no VTT value for this function"); in LoadCXXVTT()
1803 return CXXStructorImplicitParamValue; in LoadCXXVTT()
DCGClass.cpp1819 if (CXXStructorImplicitParamValue) { in EnterDtorCleanups()
1823 NormalAndEHCleanup, CXXStructorImplicitParamValue); in EnterDtorCleanups()
DCodeGenFunction.cpp60 CXXStructorImplicitParamValue(nullptr), OutermostConditional(nullptr), in CodeGenFunction()