Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6652 QualType getCapturedDeclRefType(ValueDecl *Var, SourceLocation Loc);
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9460 QualType T = getCapturedDeclRefType(Var, DRE->getLocation()); in getDecltypeForExpr()
H A DSemaExpr.cpp3348 QualType CapturedType = getCapturedDeclRefType(cast<VarDecl>(VD), Loc); in BuildDeclarationNameExpr()
19001 QualType Sema::getCapturedDeclRefType(ValueDecl *Var, SourceLocation Loc) { in getCapturedDeclRefType() function in Sema