Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp8947 QualType T = S.getCapturedDeclRefType(Var, DRE->getLocation()); in getDecltypeForExpr()
H A DSemaExpr.cpp3338 QualType CapturedType = getCapturedDeclRefType(cast<VarDecl>(VD), Loc); in BuildDeclarationNameExpr()
17908 QualType Sema::getCapturedDeclRefType(VarDecl *Var, SourceLocation Loc) { in getCapturedDeclRefType() function in Sema
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5038 QualType getCapturedDeclRefType(VarDecl *Var, SourceLocation Loc);