Home
last modified time | relevance | path

Searched refs:BestCase (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4658 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 DSemaType.cpp9361 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 DSema.h3718 bool BestCase,
4805 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3871 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];