Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4133 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 DSemaType.cpp8540 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 DSema.h3344 bool BestCase,
4324 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3444 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];