Home | History | Annotate | Download | only in Serialization

Lines Matching full:sema

40 #include "clang/Sema/Scope.h"
41 #include "clang/Sema/Sema.h"
3295 static void moveMethodToBackOfGlobalList(Sema &S, ObjCMethodDecl *Method) {
3297 Sema::GlobalMethodPool::iterator Known
6777 void ASTReader::InitializeSema(Sema &S) {
6808 assert(SemaObj && "no Sema to update");
6810 // Load the offsets of the declarations that Sema references.
6982 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods,
7009 Sema &S = *getSema();
7010 Sema::GlobalMethodPool::iterator Pos
7011 = S.MethodPool.insert(std::make_pair(Sel, Sema::GlobalMethods())).first;
7242 // once a Sema object is known.