Searched refs:BestCase (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 4536 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 D | SemaType.cpp | 8871 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 D | Sema.h | 3650 bool BestCase, 4709 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Attr.td | 3597 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];
|