Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h39 template <class Emitter> class SourceLocScope; variable
334 friend class SourceLocScope<Emitter>; variable
638 template <class Emitter> class SourceLocScope final {
640 SourceLocScope(Compiler<Emitter> *Ctx, const Expr *DefaultExpr) : Ctx(Ctx) { in SourceLocScope() function
649 ~SourceLocScope() { in ~SourceLocScope()
H A DCompiler.cpp5154 SourceLocScope<Emitter> SLS(this, E); in VisitCXXDefaultInitExpr()
5161 SourceLocScope<Emitter> SLS(this, E); in VisitCXXDefaultArgExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1785 SourceLocScope(E, CGF.CurSourceLocExprScope) {
1798 SourceLocExprScopeGuard SourceLocScope;