HomeSort by relevance Sort by last modified time
    Searched refs:ParseAST (Results 1 - 6 of 6) 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"
70 /// ParseAST - Parse the entire file specified, notifying the ASTConsumer as
74 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer,
85 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
88 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) {
Android.mk 22 ParseAST.cpp \
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 21 #include "clang/Parse/ParseAST.h"
153 ParseAST(Clang->getSema());
FrontendAction.cpp 23 #include "clang/Parse/ParseAST.h"
469 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats,
  /frameworks/compile/slang/
slang.cpp 47 #include "clang/Parse/ParseAST.h"
446 ParseAST(*mPP, mBackend.get(), *mASTContext);

Completed in 73 milliseconds