Searched refs:CurrentSourceLocExprScope (Results 1 – 4 of 4) sorted by relevance
25 class CurrentSourceLocExprScope {37 explicit CurrentSourceLocExprScope() = default;40 explicit CurrentSourceLocExprScope(const Expr *DefaultExpr) in CurrentSourceLocExprScope() function43 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 …]
1597 CurrentSourceLocExprScope CurSourceLocExprScope;1599 CurrentSourceLocExprScope::SourceLocExprScopeGuard;
79 CurrentSourceLocExprScope::SourceLocExprScopeGuard;540 CurrentSourceLocExprScope CurSourceLocExprScope;
153 clang/include/clang/AST/CurrentSourceLocExprScope.h