Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9745 QualType T = getCapturedDeclRefType(Var, DRE->getLocation()); in getDecltypeForExpr()
H A DSemaExpr.cpp3403 QualType CapturedType = getCapturedDeclRefType(cast<ValueDecl>(VD), Loc); in BuildDeclarationNameExpr()
19462 QualType Sema::getCapturedDeclRefType(ValueDecl *Var, SourceLocation Loc) { in getCapturedDeclRefType() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7071 QualType getCapturedDeclRefType(ValueDecl *Var, SourceLocation Loc);