Searched refs:ParseAST (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | ParseAST.h | 38 void ParseAST(Preprocessor &pp, ASTConsumer *C, 46 void ParseAST(Sema &S, bool PrintStats = false,
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseAST.cpp | 100 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST() function in clang 112 ParseAST(*S.get(), PrintStats, SkipFunctionBodies); in ParseAST() 115 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() function in clang
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ChainedIncludesSource.cpp | 177 ParseAST(Clang->getSema()); in createChainedIncludesSource()
|
H A D | FrontendAction.cpp | 1192 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 1151 ParseAST(m_compiler->getSema(), false, false); in ParseInternal()
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 519 SRCS_MIN+= Parse/ParseAST.cpp
|