Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3338 QualType CapturedType = getCapturedDeclRefType(cast<VarDecl>(VD), Loc); in BuildDeclarationNameExpr() local
3339 if (!CapturedType.isNull()) in BuildDeclarationNameExpr()
3340 type = CapturedType; in BuildDeclarationNameExpr()