Home
last modified time | relevance | path

Searched defs:DefaultExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCurrentSourceLocExprScope.h27 const Expr *DefaultExpr = nullptr; variable
40 explicit CurrentSourceLocExprScope(const Expr *DefaultExpr) in CurrentSourceLocExprScope()
50 SourceLocExprScopeGuard(const Expr *DefaultExpr, in SourceLocExprScopeGuard()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h586 SourceLocScope(Compiler<Emitter> *Ctx, const Expr *DefaultExpr) : Ctx(Ctx) { in SourceLocScope()