Home
last modified time | relevance | path

Searched refs:CurrentSourceLocExprScope (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCurrentSourceLocExprScope.h25 class CurrentSourceLocExprScope {
37 explicit CurrentSourceLocExprScope() = default;
40 explicit CurrentSourceLocExprScope(const Expr *DefaultExpr) in CurrentSourceLocExprScope() function
43 CurrentSourceLocExprScope(CurrentSourceLocExprScope const &) = default;
44 CurrentSourceLocExprScope &
45 operator=(CurrentSourceLocExprScope const &) = default;
48 class CurrentSourceLocExprScope::SourceLocExprScopeGuard {
51 CurrentSourceLocExprScope &Current) in SourceLocExprScopeGuard()
55 Current = CurrentSourceLocExprScope(DefaultExpr); in SourceLocExprScopeGuard()
67 CurrentSourceLocExprScope &Current;
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h1597 CurrentSourceLocExprScope CurSourceLocExprScope;
1599 CurrentSourceLocExprScope::SourceLocExprScopeGuard;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp79 CurrentSourceLocExprScope::SourceLocExprScopeGuard;
540 CurrentSourceLocExprScope CurSourceLocExprScope;
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt153 clang/include/clang/AST/CurrentSourceLocExprScope.h