Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3403 QualType CapturedType = getCapturedDeclRefType(cast<ValueDecl>(VD), Loc); in BuildDeclarationNameExpr() local
3404 if (!CapturedType.isNull()) in BuildDeclarationNameExpr()
3405 type = CapturedType; in BuildDeclarationNameExpr()