Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp3406 QualType CapturedType = getCapturedDeclRefType(cast<VarDecl>(VD), Loc); in BuildDeclarationNameExpr() local
3407 if (!CapturedType.isNull()) in BuildDeclarationNameExpr()
3408 type = CapturedType; in BuildDeclarationNameExpr()