Home
last modified time | relevance | path

Searched refs:SubstAutoType (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4868 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() function in Sema
H A DSemaDecl.cpp3947 New->setType(SubstAutoType(New->getType(), DT)); in MergeFunctionDecl()
3948 NewQType = Context.getCanonicalType(SubstAutoType(NewQType, DT)); in MergeFunctionDecl()
H A DSemaInit.cpp10651 SubstAutoType(TSInfo->getType(), Best->Function->getReturnType()); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDeclCXX.cpp8796 FD, SubstAutoType(FD->getDeclaredReturnType(), Cat)); in CheckExplicitlyDefaultedComparison()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9077 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);