Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h1595 CurrentSourceLocExprScope CurSourceLocExprScope;
1597 CurrentSourceLocExprScope::SourceLocExprScopeGuard;
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp79 CurrentSourceLocExprScope::SourceLocExprScopeGuard;
540 CurrentSourceLocExprScope CurSourceLocExprScope;
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt154 clang/include/clang/AST/CurrentSourceLocExprScope.h