Searched refs:BestCase (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 4042 CXXRecordDecl *RD, SourceRange Range, bool BestCase, in checkMSInheritanceAttrOnDefinition() argument 4055 if (BestCase) { in checkMSInheritanceAttrOnDefinition() 7136 bool BestCase, in mergeMSInheritanceAttr() argument 7149 if (checkMSInheritanceAttrOnDefinition(RD, CI.getRange(), BestCase, in mergeMSInheritanceAttr() 7166 return ::new (Context) MSInheritanceAttr(Context, CI, BestCase); in mergeMSInheritanceAttr()
|
H A D | SemaType.cpp | 8505 bool BestCase = false; in assignInheritanceModel() local 8508 BestCase = true; in assignInheritanceModel() 8526 S.getASTContext(), BestCase, Loc, AttributeCommonInfo::AS_Microsoft, in assignInheritanceModel()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 3307 bool BestCase, 4293 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Attr.td | 3417 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];
|