Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h1466 struct SkipBodyInfo { struct
1467 SkipBodyInfo() : ShouldSkip(false), Previous(nullptr) {} in SkipBodyInfo() function
1468 bool ShouldSkip;
1469 NamedDecl *Previous;