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.cpp4181 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 DSemaType.cpp9035 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 DSema.h4566 bool BestCase,
4617 bool BestCase,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4073 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];