Searched refs:CapturedType (Results 1 – 1 of 1) sorted by relevance
3403 QualType CapturedType = getCapturedDeclRefType(cast<ValueDecl>(VD), Loc); in BuildDeclarationNameExpr() local3404 if (!CapturedType.isNull()) in BuildDeclarationNameExpr()3405 type = CapturedType; in BuildDeclarationNameExpr()