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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3336 MSInheritanceAttr::Spelling SemanticSpelling) {
3345 if (SemanticSpelling == MSInheritanceAttr::Keyword_unspecified_inheritance)
3349 if (RD->calculateInheritanceModel() == SemanticSpelling)
3352 if (RD->calculateInheritanceModel() <= SemanticSpelling)
5060 MSInheritanceAttr::Spelling SemanticSpelling) {
5062 if (IA->getSemanticSpelling() == SemanticSpelling)
5073 SemanticSpelling)) {
3334 checkMSInheritanceAttrOnDefinition( CXXRecordDecl *RD, SourceRange Range, bool BestCase, MSInheritanceAttr::Spelling SemanticSpelling) argument
5058 mergeMSInheritanceAttr(Decl *D, SourceRange Range, bool BestCase, unsigned AttrSpellingListIndex, MSInheritanceAttr::Spelling SemanticSpelling) argument

Completed in 240 milliseconds