Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp9285 QualType T = getCapturedDeclRefType(Var, DRE->getLocation()); in getDecltypeForExpr()
H A DSemaExpr.cpp3412 QualType CapturedType = getCapturedDeclRefType(cast<VarDecl>(VD), Loc); in BuildDeclarationNameExpr()
19310 QualType Sema::getCapturedDeclRefType(ValueDecl *Var, SourceLocation Loc) { in getCapturedDeclRefType() function in Sema
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5487 QualType getCapturedDeclRefType(ValueDecl *Var, SourceLocation Loc);