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

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

Completed in 161 milliseconds