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

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

Completed in 195 milliseconds