HomeSort by relevance Sort by last modified time
    Searched refs:ParseAST (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/Parse/
ParseAST.h 1 //===--- ParseAST.h - Define the ParseAST method ----------------*- C++ -*-===//
10 // This file defines the clang::ParseAST method.
36 void ParseAST(Preprocessor &pp, ASTConsumer *C,
44 void ParseAST(Sema &S, bool PrintStats = false,
  /external/clang/lib/Parse/
ParseAST.cpp 1 //===--- ParseAST.cpp - Provide the clang::ParseAST method ----------------===//
10 // This file implements the clang::ParseAST method.
14 #include "clang/Parse/ParseAST.h"
95 /// ParseAST - Parse the entire file specified, notifying the ASTConsumer as
99 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer,
111 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
114 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) {
Android.mk 20 ParseAST.cpp \
  /external/clang/unittests/CodeGen/
BufferSourceTest.cpp 17 #include "clang/Parse/ParseAST.h"
76 clang::ParseAST(compiler.getSema(), false, false);
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 14 #include "clang/Parse/ParseAST.h"
164 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats,
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 20 #include "clang/Parse/ParseAST.h"
202 ParseAST(Clang->getSema());
FrontendAction.cpp 23 #include "clang/Parse/ParseAST.h"
538 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats,
  /frameworks/compile/slang/
slang.cpp 52 #include "clang/Parse/ParseAST.h"
424 ParseAST(*mPP, mBackend.get(), *mASTContext);

Completed in 515 milliseconds