Searched refs:BestCase (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 4759 CXXRecordDecl *RD, SourceRange Range, bool BestCase, in checkMSInheritanceAttrOnDefinition() argument 4772 if (BestCase) { in checkMSInheritanceAttrOnDefinition() 6336 bool BestCase, in mergeMSInheritanceAttr() argument 6349 if (checkMSInheritanceAttrOnDefinition(RD, CI.getRange(), BestCase, in mergeMSInheritanceAttr() 6366 return ::new (Context) MSInheritanceAttr(Context, CI, BestCase); in mergeMSInheritanceAttr()
|
| H A D | SemaType.cpp | 9320 bool BestCase = false; in assignInheritanceModel() local 9323 BestCase = true; in assignInheritanceModel() 9341 S.getASTContext(), BestCase, Loc, MSInheritanceAttr::Spelling(IM))); in assignInheritanceModel()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4959 bool BestCase, 5010 bool BestCase,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 4414 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];
|