Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp4536 CXXRecordDecl *RD, SourceRange Range, bool BestCase, in checkMSInheritanceAttrOnDefinition() argument
4549 if (BestCase) { in checkMSInheritanceAttrOnDefinition()
7946 bool BestCase, in mergeMSInheritanceAttr() argument
7959 if (checkMSInheritanceAttrOnDefinition(RD, CI.getRange(), BestCase, in mergeMSInheritanceAttr()
7976 return ::new (Context) MSInheritanceAttr(Context, CI, BestCase); in mergeMSInheritanceAttr()
H A DSemaType.cpp8871 bool BestCase = false; in assignInheritanceModel() local
8874 BestCase = true; in assignInheritanceModel()
8892 S.getASTContext(), BestCase, Loc, AttributeCommonInfo::AS_Microsoft, in assignInheritanceModel()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3650 bool BestCase,
4709 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td3597 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];