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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParseAST.h1 //===--- ParseAST.h - Define the ParseAST method ----------------*- C++ -*-===//
9 // This file defines the clang::ParseAST method.
38 void ParseAST(Preprocessor &pp, ASTConsumer *C,
46 void ParseAST(Sema &S, bool PrintStats = false,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp1 //===--- ParseAST.cpp - Provide the clang::ParseAST method ----------------===//
9 // This file implements the clang::ParseAST method.
13 #include "clang/Parse/ParseAST.h"
95 /// ParseAST - Parse the entire file specified, notifying the ASTConsumer as
99 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, function in class:clang
111 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
114 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { function in class:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp21 #include "clang/Parse/ParseAST.h"
199 ParseAST(Clang->getSema());
H A DFrontendAction.cpp26 #include "clang/Parse/ParseAST.h"
1043 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp31 #include "clang/Parse/ParseAST.h"
1015 ParseAST(m_compiler->getSema(), false, false);
1022 // original behavior of ParseAST (which also destroys the Sema after parsing).
/freebsd-12-stable/lib/clang/libclang/
H A DMakefile430 SRCS_MIN+= Parse/ParseAST.cpp

Completed in 237 milliseconds