Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DTypeLoc.cpp688 AutoTypeLoc TypeLoc::getContainedAutoTypeLoc() const { in getContainedAutoTypeLoc() function in TypeLoc
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h189 AutoTypeLoc getContainedAutoTypeLoc() const;
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp4798 Type.getContainedAutoTypeLoc(), in DeduceAutoType()
4914 Type.getContainedAutoTypeLoc(), in DeduceAutoType()
DSemaTemplateInstantiateDecl.cpp2797 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc()) in VisitNonTypeTemplateParmDecl()
DSemaType.cpp3205 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc(); in InventTemplateParameter()
DSemaTemplate.cpp1536 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc()) in ActOnNonTypeTemplateParameter()