Searched refs:BestCase (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 4418 CXXRecordDecl *RD, SourceRange Range, bool BestCase, in checkMSInheritanceAttrOnDefinition() argument 4431 if (BestCase) { in checkMSInheritanceAttrOnDefinition() 7706 bool BestCase, in mergeMSInheritanceAttr() argument 7719 if (checkMSInheritanceAttrOnDefinition(RD, CI.getRange(), BestCase, in mergeMSInheritanceAttr() 7736 return ::new (Context) MSInheritanceAttr(Context, CI, BestCase); in mergeMSInheritanceAttr()
|
| H A D | SemaType.cpp | 8769 bool BestCase = false; in assignInheritanceModel() local 8772 BestCase = true; in assignInheritanceModel() 8790 S.getASTContext(), BestCase, Loc, AttributeCommonInfo::AS_Microsoft, in assignInheritanceModel()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 3551 bool BestCase, 4586 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Attr.td | 3585 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];
|