Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h39 template <class Emitter> class SourceLocScope; variable
305 friend class SourceLocScope<Emitter>; variable
584 template <class Emitter> class SourceLocScope final {
586 SourceLocScope(Compiler<Emitter> *Ctx, const Expr *DefaultExpr) : Ctx(Ctx) { in SourceLocScope() function
595 ~SourceLocScope() { in ~SourceLocScope()
H A DCompiler.cpp4089 SourceLocScope<Emitter> SLS(this, E); in VisitCXXDefaultInitExpr()
4096 SourceLocScope<Emitter> SLS(this, E); in VisitCXXDefaultArgExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1773 SourceLocScope(E, CGF.CurSourceLocExprScope) {
1786 SourceLocExprScopeGuard SourceLocScope;