Searched refs:BestCase (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 4181 CXXRecordDecl *RD, SourceRange Range, bool BestCase, in checkMSInheritanceAttrOnDefinition() argument 4194 if (BestCase) { in checkMSInheritanceAttrOnDefinition() 5618 bool BestCase, in mergeMSInheritanceAttr() argument 5631 if (checkMSInheritanceAttrOnDefinition(RD, CI.getRange(), BestCase, in mergeMSInheritanceAttr() 5648 return ::new (Context) MSInheritanceAttr(Context, CI, BestCase); in mergeMSInheritanceAttr()
|
H A D | SemaType.cpp | 9035 bool BestCase = false; in assignInheritanceModel() local 9038 BestCase = true; in assignInheritanceModel() 9056 S.getASTContext(), BestCase, Loc, MSInheritanceAttr::Spelling(IM))); in assignInheritanceModel()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 4566 bool BestCase, 4617 bool BestCase,
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 4073 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];
|