Searched refs:BestCase (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 4133 CXXRecordDecl *RD, SourceRange Range, bool BestCase, in checkMSInheritanceAttrOnDefinition() argument 4146 if (BestCase) { in checkMSInheritanceAttrOnDefinition() 7244 bool BestCase, in mergeMSInheritanceAttr() argument 7257 if (checkMSInheritanceAttrOnDefinition(RD, CI.getRange(), BestCase, in mergeMSInheritanceAttr() 7274 return ::new (Context) MSInheritanceAttr(Context, CI, BestCase); in mergeMSInheritanceAttr()
|
| H A D | SemaType.cpp | 8540 bool BestCase = false; in assignInheritanceModel() local 8543 BestCase = true; in assignInheritanceModel() 8561 S.getASTContext(), BestCase, Loc, AttributeCommonInfo::AS_Microsoft, in assignInheritanceModel()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3344 bool BestCase, 4324 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 3444 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];
|