Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp2151 struct InvalidateOnErrorScope { struct
2152 InvalidateOnErrorScope(Sema &SemaRef, Decl *D, bool Enabled) in InvalidateOnErrorScope() argument
2154 ~InvalidateOnErrorScope() { in ~InvalidateOnErrorScope()
2159 DiagnosticErrorTrap Trap;
2160 Decl *D;
2161 bool Enabled;