Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp4418 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 DSemaType.cpp8769 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 DSema.h3551 bool BestCase,
4586 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td3585 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];