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

/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"
94 /// ParseAST - Parse the entire file specified, notifying the ASTConsumer as
98 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, function in class:clang
110 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
113 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { function in class:clang

Completed in 97 milliseconds