Home
last modified time | relevance | path

Searched refs:getContainedAutoTypeLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp735 AutoTypeLoc TypeLoc::getContainedAutoTypeLoc() const { in getContainedAutoTypeLoc() function in TypeLoc
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h190 AutoTypeLoc getContainedAutoTypeLoc() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5081 *this, *AT, Type.getContainedAutoTypeLoc(), DeducedType)) in DeduceAutoType()
H A DSemaTemplateInstantiateDecl.cpp3058 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc()) in VisitNonTypeTemplateParmDecl()
H A DSemaType.cpp3474 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc(); in InventTemplateParameter()
H A DSemaTemplate.cpp1583 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc()) in ActOnNonTypeTemplateParameter()