Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseAST.cpp98 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST() function in clang
113 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() function in clang
/external/llvm-project/clang/lib/Parse/
DParseAST.cpp99 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST() function in clang
114 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() function in clang
/external/llvm-project/clang/unittests/Frontend/
DPCHPreambleTest.cpp79 std::unique_ptr<ASTUnit> ParseAST(const std::string &EntryFile) { in ParseAST() function in __anon8498817f0111::PCHPreambleTest