Home
last modified time | relevance | path

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

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