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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2851 MSInheritanceAttr::Spelling SemanticSpelling) {
2860 if (SemanticSpelling == MSInheritanceAttr::Keyword_unspecified_inheritance)
2864 if (RD->calculateInheritanceModel() == SemanticSpelling)
2867 if (RD->calculateInheritanceModel() <= SemanticSpelling)
3884 MSInheritanceAttr::Spelling SemanticSpelling) {
3886 if (IA->getSemanticSpelling() == SemanticSpelling)
3897 SemanticSpelling)) {
2849 checkMSInheritanceAttrOnDefinition( CXXRecordDecl *RD, SourceRange Range, bool BestCase, MSInheritanceAttr::Spelling SemanticSpelling) argument
3882 mergeMSInheritanceAttr(Decl *D, SourceRange Range, bool BestCase, unsigned AttrSpellingListIndex, MSInheritanceAttr::Spelling SemanticSpelling) argument

Completed in 59 milliseconds