Home | History | Annotate | Download | only in Parse

Lines Matching refs:Sema

22 #include "clang/Sema/CodeCompleteConsumer.h"
23 #include "clang/Sema/ExternalSemaSource.h"
24 #include "clang/Sema/Sema.h"
25 #include "clang/Sema/SemaConsumer.h"
80 OwningPtr<Sema> S(new Sema(PP, Ctx, *Consumer, TUKind, CompletionConsumer));
83 llvm::CrashRecoveryContextCleanupRegistrar<Sema> CleanupSema(S.get());
88 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) {
95 // Also turn on collection of stats inside of the Sema object.