Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4759 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 DSemaType.cpp9320 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 DSema.h4959 bool BestCase,
5010 bool BestCase,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4414 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];