Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp6784 QualType T = S.getCapturedDeclRefType(Var, DRE->getLocation()); in getDecltypeForExpr()
HDSemaExpr.cpp2923 QualType CapturedType = getCapturedDeclRefType(cast<VarDecl>(VD), Loc); in BuildDeclarationNameExpr()
13079 QualType Sema::getCapturedDeclRefType(VarDecl *Var, SourceLocation Loc) { in getCapturedDeclRefType() function in Sema
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3588 QualType getCapturedDeclRefType(VarDecl *Var, SourceLocation Loc);