Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp4042 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 DSemaType.cpp8505 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 DSema.h3307 bool BestCase,
4293 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td3417 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];