Searched refs:BestCase (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 4658 CXXRecordDecl *RD, SourceRange Range, bool BestCase, in checkMSInheritanceAttrOnDefinition() argument 4671 if (BestCase) { in checkMSInheritanceAttrOnDefinition() 8179 bool BestCase, in mergeMSInheritanceAttr() argument 8192 if (checkMSInheritanceAttrOnDefinition(RD, CI.getRange(), BestCase, in mergeMSInheritanceAttr() 8209 return ::new (Context) MSInheritanceAttr(Context, CI, BestCase); in mergeMSInheritanceAttr()
|
| H A D | SemaType.cpp | 9361 bool BestCase = false; in assignInheritanceModel() local 9364 BestCase = true; in assignInheritanceModel() 9382 S.getASTContext(), BestCase, Loc, MSInheritanceAttr::Spelling(IM))); in assignInheritanceModel()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3718 bool BestCase, 4805 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 3871 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];
|