Home
last modified time | relevance | path

Searched refs:getContainedAutoParamType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp519 getContainedAutoParamType(PVD->getTypeSourceInfo()->getTypeLoc()); in VisitParmVarDecl()
574 TemplateTypeParmTypeLoc getContainedAutoParamType(TypeLoc TL) { in getContainedAutoParamType() function
576 return getContainedAutoParamType(QTL.getUnqualifiedLoc()); in getContainedAutoParamType()
578 return getContainedAutoParamType(TL.getNextTypeLoc()); in getContainedAutoParamType()
580 return getContainedAutoParamType(FTL.getReturnLoc()); in getContainedAutoParamType()
H A DAST.h161 TemplateTypeParmTypeLoc getContainedAutoParamType(TypeLoc TL);
H A DInlayHints.cpp313 !getContainedAutoParamType(D->getTypeSourceInfo()->getTypeLoc()) in VisitVarDecl()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DASTTests.cpp353 auto Loc = getContainedAutoParamType( in TEST()
362 ASSERT_TRUE(getContainedAutoParamType( in TEST()