Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp2962 QualType CapturedType = getCapturedDeclRefType(cast<VarDecl>(VD), Loc); in BuildDeclarationNameExpr() local
2963 if (!CapturedType.isNull()) in BuildDeclarationNameExpr()
2964 type = CapturedType; in BuildDeclarationNameExpr()