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.cpp742 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 DSemaType.cpp2998 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc(); in InventTemplateParameter()
6366 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc()) { in ActOnTypeName()
H A DSemaTemplateDeduction.cpp5210 *this, *AT, Type.getContainedAutoTypeLoc(), DeducedType)) in DeduceAutoType()
H A DSemaTemplateInstantiateDecl.cpp3101 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc()) in VisitNonTypeTemplateParmDecl()
H A DSemaTemplate.cpp1531 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc()) in ActOnNonTypeTemplateParameter()
H A DSemaDecl.cpp7444 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc()) { in ActOnVariableDeclarator()