Searched defs:BestCase (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2850 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
2863 if (BestCase) {
3715 D, Attr.getRange(), /*BestCase=*/true,
3882 Sema::mergeMSInheritanceAttr(Decl *D, SourceRange Range, bool BestCase, argument
3896 if (checkMSInheritanceAttrOnDefinition(RD, Range, BestCase,
3914 MSInheritanceAttr(Range, Context, BestCase, AttrSpellingListIndex);
2849 checkMSInheritanceAttrOnDefinition( CXXRecordDecl *RD, SourceRange Range, bool BestCase, MSInheritanceAttr::Spelling SemanticSpelling) argument

Completed in 139 milliseconds