Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDTypeLoc.cpp742 AutoTypeLoc TypeLoc::getContainedAutoTypeLoc() const { in getContainedAutoTypeLoc() function in TypeLoc
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.h190 AutoTypeLoc getContainedAutoTypeLoc() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp2998 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc(); in InventTemplateParameter()
6366 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc()) { in ActOnTypeName()
HDSemaTemplateDeduction.cpp5210 *this, *AT, Type.getContainedAutoTypeLoc(), DeducedType)) in DeduceAutoType()
HDSemaTemplateInstantiateDecl.cpp3101 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc()) in VisitNonTypeTemplateParmDecl()
HDSemaTemplate.cpp1531 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc()) in ActOnNonTypeTemplateParameter()
HDSemaDecl.cpp7444 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc()) { in ActOnVariableDeclarator()