Home
last modified time | relevance | path

Searched defs:SourceLocScope (Results 1 – 1 of 1) 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
586 SourceLocScope(Compiler<Emitter> *Ctx, const Expr *DefaultExpr) : Ctx(Ctx) { in SourceLocScope() function