Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCurrentSourceLocExprScope.h26 class CurrentSourceLocExprScope {
38 explicit CurrentSourceLocExprScope() = default;
41 explicit CurrentSourceLocExprScope(const Expr *DefaultExpr) in CurrentSourceLocExprScope() function
44 CurrentSourceLocExprScope(CurrentSourceLocExprScope const &) = default;
45 CurrentSourceLocExprScope &
46 operator=(CurrentSourceLocExprScope const &) = default;
49 class CurrentSourceLocExprScope::SourceLocExprScopeGuard {
52 CurrentSourceLocExprScope &Current) in SourceLocExprScopeGuard()
56 Current = CurrentSourceLocExprScope(DefaultExpr); in SourceLocExprScopeGuard()
68 CurrentSourceLocExprScope &Current;
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h1556 CurrentSourceLocExprScope CurSourceLocExprScope;
1558 CurrentSourceLocExprScope::SourceLocExprScopeGuard;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp79 CurrentSourceLocExprScope::SourceLocExprScopeGuard;
540 CurrentSourceLocExprScope CurSourceLocExprScope;