Home | History | Annotate | Download | only in Sema

Lines Matching defs:Semantic

782 // routine actually returns the semantic outer context, which may
786 // name lookup should continue searching in this semantic context when
820 // TranslationUnit, while the semantic context is the namespace N.
835 DeclContext *Semantic = DC;
836 while (!Semantic->isFileContext())
837 Semantic = Semantic->getParent();
843 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
844 Lexical->Encloses(Semantic))
845 return std::make_pair(Semantic, true);
915 // lexical and semantic declaration contexts returned by
1053 // lexical and semantic declaration contexts returned by
2450 // there is no semantic difference for class types in this restricted
2633 /// During semantic analysis, this routine should be used in lieu of