Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2102 struct InvalidateOnErrorScope { struct
2103 InvalidateOnErrorScope(Sema &SemaRef, Decl *D, bool Enabled) in InvalidateOnErrorScope() argument
2105 ~InvalidateOnErrorScope() { in ~InvalidateOnErrorScope()
2110 DiagnosticErrorTrap Trap;
2111 Decl *D;
2112 bool Enabled;