Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp2923 QualType CapturedType = getCapturedDeclRefType(cast<VarDecl>(VD), Loc); in BuildDeclarationNameExpr() local
2924 if (!CapturedType.isNull()) in BuildDeclarationNameExpr()
2925 type = CapturedType; in BuildDeclarationNameExpr()