Home
last modified time | relevance | path

Searched defs:DeducedType (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle-ms-cxx11.cpp58 auto DeducedType = 30; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaLambda.cpp723 QualType DeducedType = deduceVarTypeFromInitializer( in buildLambdaInitCaptureInitialization() local
H A DSemaTemplateDeduction.cpp1090 QualType DeducedType = Arg; in DeduceTemplateArgumentsByTypeMatch() local
4081 QualType DeducedType = Deduced[0].getAsType(); in DeduceAutoType() local
H A DSemaDecl.cpp9478 QualType DeducedType; in deduceVarTypeFromInitializer() local
9551 QualType DeducedType = deduceVarTypeFromInitializer( in AddInitializerToDecl() local
H A DSemaExprCXX.cpp1551 QualType DeducedType; in BuildCXXNew() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp4040 QualType ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType()