Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/temp/temp.res/temp.local/
H A Dp1.cpp10 template<typename> struct TempType {}; struct
37 TempType<A> a_as_type;
38 TempType<typename B::C> c_as_type;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCleanup.cpp1322 QualType TempType, in EmitCXXTemporary() argument
1324 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
H A DCodeGenFunction.h2922 void EmitCXXTemporary(const CXXTemporary *Temporary, QualType TempType,
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp2257 QualType TempType = getType(Base); in CheckLValueConstantExpression() local
2258 if (TempType.isDestructedType()) { in CheckLValueConstantExpression()
2261 << TempType; in CheckLValueConstantExpression()
2268 Info, MTE->getExprLoc(), TempType, *V, in CheckLValueConstantExpression()