Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3348 QualType CapturedType = getCapturedDeclRefType(cast<VarDecl>(VD), Loc); in BuildDeclarationNameExpr() local
3349 if (!CapturedType.isNull()) in BuildDeclarationNameExpr()
3350 type = CapturedType; in BuildDeclarationNameExpr()