reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 4470   QualType getCapturedDeclRefType(VarDecl *Var, SourceLocation Loc);

References

tools/clang/lib/Sema/SemaExpr.cpp
 3084         QualType CapturedType = getCapturedDeclRefType(cast<VarDecl>(VD), Loc);
tools/clang/lib/Sema/SemaType.cpp
 8355           QualType T = S.getCapturedDeclRefType(Var, DRE->getLocation());