Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DSema.h2188 struct SkipBodyInfo { struct
2189 SkipBodyInfo() in SkipBodyInfo() function
2192 bool ShouldSkip;
2193 bool CheckSameAsPrevious;
2194 NamedDecl *Previous;
2195 NamedDecl *New;
/external/clang/include/clang/Sema/
DSema.h1503 struct SkipBodyInfo { struct
1504 SkipBodyInfo() : ShouldSkip(false), Previous(nullptr) {} in SkipBodyInfo() argument
1505 bool ShouldSkip;
1506 NamedDecl *Previous;