reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/CurrentSourceLocExprScope.h
   44   CurrentSourceLocExprScope(CurrentSourceLocExprScope const &) = default;
   45   CurrentSourceLocExprScope &
   46   operator=(CurrentSourceLocExprScope const &) = default;
   52                           CurrentSourceLocExprScope &Current)
   68   CurrentSourceLocExprScope &Current;
   69   CurrentSourceLocExprScope OldVal;
tools/clang/lib/AST/ExprConstant.cpp
   75       CurrentSourceLocExprScope::SourceLocExprScopeGuard;
  509     CurrentSourceLocExprScope CurSourceLocExprScope;
tools/clang/lib/CodeGen/CodeGenFunction.h
 1408   CurrentSourceLocExprScope CurSourceLocExprScope;
 1410       CurrentSourceLocExprScope::SourceLocExprScopeGuard;