Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp690 AutoTypeLoc TypeLoc::getContainedAutoTypeLoc() const { in getContainedAutoTypeLoc() function in TypeLoc
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h189 AutoTypeLoc getContainedAutoTypeLoc() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4788 Type.getContainedAutoTypeLoc(), in DeduceAutoType()
4904 Type.getContainedAutoTypeLoc(), in DeduceAutoType()
H A DSemaTemplateInstantiateDecl.cpp2798 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc()) in VisitNonTypeTemplateParmDecl()
H A DSemaType.cpp3221 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc(); in InventTemplateParameter()
H A DSemaTemplate.cpp1554 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc()) in ActOnNonTypeTemplateParameter()