Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1744 CurrentSourceLocExprScope CurSourceLocExprScope;
1746 CurrentSourceLocExprScope::SourceLocExprScopeGuard;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp83 CurrentSourceLocExprScope::SourceLocExprScopeGuard;
551 CurrentSourceLocExprScope CurSourceLocExprScope;