Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp2074 struct InvalidateOnErrorScope { struct
2075 InvalidateOnErrorScope(Sema &SemaRef, Decl *D, bool Enabled) in InvalidateOnErrorScope() function
2077 ~InvalidateOnErrorScope() { in ~InvalidateOnErrorScope()
2082 DiagnosticErrorTrap Trap;
2083 Decl *D;
2084 bool Enabled;