Home
last modified time | relevance | path

Searched defs:InvalidateOnErrorScope (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaStmt.cpp2098 struct InvalidateOnErrorScope { struct
2099 InvalidateOnErrorScope(Sema &SemaRef, Decl *D, bool Enabled) in InvalidateOnErrorScope() argument
2101 ~InvalidateOnErrorScope() { in ~InvalidateOnErrorScope()
2106 DiagnosticErrorTrap Trap;
2107 Decl *D;
2108 bool Enabled;