Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp760 AutoTypeLoc TypeLoc::getContainedAutoTypeLoc() const { in getContainedAutoTypeLoc() function in TypeLoc
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h191 AutoTypeLoc getContainedAutoTypeLoc() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3050 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc(); in InventTemplateParameter()
6384 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc()) { in ActOnTypeName()
H A DSemaTemplateDeduction.cpp5324 *this, *AT, Type.getContainedAutoTypeLoc(), DeducedType)) in DeduceAutoType()
H A DSemaTemplateInstantiateDecl.cpp3646 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc()) in VisitNonTypeTemplateParmDecl()
H A DSemaTemplate.cpp1537 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc()) in ActOnNonTypeTemplateParameter()
H A DSemaDecl.cpp7627 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc()) { in ActOnVariableDeclarator()