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 D | p1.cpp | 10 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 D | CGCleanup.cpp | 1322 QualType TempType, in EmitCXXTemporary() argument 1324 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
|
| H A D | CodeGenFunction.h | 2922 void EmitCXXTemporary(const CXXTemporary *Temporary, QualType TempType,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2257 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()
|