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

Declarations

tools/clang/include/clang/AST/CurrentSourceLocExprScope.h
   34   class SourceLocExprScopeGuard;

References

tools/clang/include/clang/AST/CurrentSourceLocExprScope.h
   65   SourceLocExprScopeGuard(SourceLocExprScopeGuard const &) = delete;
   66   SourceLocExprScopeGuard &operator=(SourceLocExprScopeGuard const &) = delete;
   66   SourceLocExprScopeGuard &operator=(SourceLocExprScopeGuard const &) = delete;
tools/clang/lib/AST/ExprConstant.cpp
   75       CurrentSourceLocExprScope::SourceLocExprScopeGuard;
tools/clang/lib/CodeGen/CodeGenFunction.h
 1410       CurrentSourceLocExprScope::SourceLocExprScopeGuard;