Home
last modified time | relevance | path

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

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