Searched refs:BestCase (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 3335 CXXRecordDecl *RD, SourceRange Range, bool BestCase, in checkMSInheritanceAttrOnDefinition() argument 3348 if (BestCase) { in checkMSInheritanceAttrOnDefinition() 5058 Sema::mergeMSInheritanceAttr(Decl *D, SourceRange Range, bool BestCase, in mergeMSInheritanceAttr() argument 5072 if (checkMSInheritanceAttrOnDefinition(RD, Range, BestCase, in mergeMSInheritanceAttr() 5090 MSInheritanceAttr(Range, Context, BestCase, AttrSpellingListIndex); in mergeMSInheritanceAttr()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 2140 let Args = [DefaultBoolArgument<"BestCase", 1>];
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2185 mergeMSInheritanceAttr(Decl *D, SourceRange Range, bool BestCase, 3023 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
|