Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h1503 struct SkipBodyInfo { struct
1504 SkipBodyInfo() : ShouldSkip(false), Previous(nullptr) {} in SkipBodyInfo() function
1505 bool ShouldSkip;
1506 NamedDecl *Previous;