Searched defs:ParseAST (Results 1 – 3 of 3) sorted by relevance
98 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST() function in clang113 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() function in clang
99 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST() function in clang114 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() function in clang
79 std::unique_ptr<ASTUnit> ParseAST(const std::string &EntryFile) { in ParseAST() function in __anon8498817f0111::PCHPreambleTest