Searched defs:CapturedType (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExpr.cpp2822 QualType CapturedType = getCapturedDeclRefType(cast<VarDecl>(VD), Loc); local
2823 if (!CapturedType.isNull())
2824 type = CapturedType;

Completed in 118 milliseconds