Searched refs:ParseAST (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Parse/
H A DParseAST.h1 //===--- 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/
H A DParseAST.cpp1 //===--- ParseAST.cpp - Provide the clang::ParseAST method ----------------===//
10 // This file implements the clang::ParseAST method.
14 #include "clang/Parse/ParseAST.h"
36 /// ParseAST - Parse the entire file specified, notifying the ASTConsumer as
40 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, function in class:clang
53 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
56 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { function in class:clang
H A DAndroid.mk20 ParseAST.cpp \
/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp21 #include "clang/Parse/ParseAST.h"
147 ParseAST(Clang->getSema());
H A DFrontendAction.cpp23 #include "clang/Parse/ParseAST.h"
421 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats,

Completed in 75 milliseconds