Home | History | Annotate | Download | only in Sema

Lines Matching refs:Semantic

772 // routine actually returns the semantic outer context, which may
776 // name lookup should continue searching in this semantic context when
810 // TranslationUnit, while the semantic context is the namespace N.
825 DeclContext *Semantic = DC;
826 while (!Semantic->isFileContext())
827 Semantic = Semantic->getParent();
833 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
834 Lexical->Encloses(Semantic))
835 return std::make_pair(Semantic, true);
903 // lexical and semantic declaration contexts returned by
1008 // lexical and semantic declaration contexts returned by
2322 // there is no semantic difference for class types in this restricted
2522 /// During semantic analysis, this routine should be used in lieu of