Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp690 AutoTypeLoc TypeLoc::getContainedAutoTypeLoc() const { in getContainedAutoTypeLoc() function in TypeLoc
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h189 AutoTypeLoc getContainedAutoTypeLoc() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4788 Type.getContainedAutoTypeLoc(), in DeduceAutoType()
4904 Type.getContainedAutoTypeLoc(), in DeduceAutoType()
H A DSemaTemplateInstantiateDecl.cpp2877 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc()) in VisitNonTypeTemplateParmDecl()
H A DSemaType.cpp3254 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc(); in InventTemplateParameter()
H A DSemaTemplate.cpp1554 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc()) in ActOnNonTypeTemplateParameter()