Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp3044 CXXRecordDecl *RD, SourceRange Range, bool BestCase, in checkMSInheritanceAttrOnDefinition() argument
3057 if (BestCase) { in checkMSInheritanceAttrOnDefinition()
4184 Sema::mergeMSInheritanceAttr(Decl *D, SourceRange Range, bool BestCase, in mergeMSInheritanceAttr() argument
4198 if (checkMSInheritanceAttrOnDefinition(RD, Range, BestCase, in mergeMSInheritanceAttr()
4216 MSInheritanceAttr(Range, Context, BestCase, AttrSpellingListIndex); in mergeMSInheritanceAttr()
/external/clang/include/clang/Basic/
DAttr.td1845 let Args = [DefaultBoolArgument<"BestCase", 1>];
/external/clang/include/clang/Sema/
DSema.h1939 mergeMSInheritanceAttr(Decl *D, SourceRange Range, bool BestCase,
2743 CXXRecordDecl *RD, SourceRange Range, bool BestCase,