Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
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 …]
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h1513 CurrentSourceLocExprScope CurSourceLocExprScope;
1515 CurrentSourceLocExprScope::SourceLocExprScopeGuard;
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp79 CurrentSourceLocExprScope::SourceLocExprScopeGuard;
537 CurrentSourceLocExprScope CurSourceLocExprScope;