Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Parse/
H A DParseAST.cpp100 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST() function in clang
115 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() function in clang
/llvm-project/clang/unittests/Frontend/
H A DReparseWorkingDirTest.cpp45 std::unique_ptr<ASTUnit> ParseAST(StringRef EntryFile) { in ParseAST() function in __anon88c61a0a0111::ReparseWorkingDirTest
H A DPCHPreambleTest.cpp83 std::unique_ptr<ASTUnit> ParseAST(const std::string &EntryFile) { in ParseAST() function in __anona29cfbbb0111::PCHPreambleTest