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

/openbsd-current/gnu/llvm/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,
/openbsd-current/gnu/usr.bin/clang/libclangParse/
H A DMakefile11 SRCS= ParseAST.cpp \
/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DChainedIncludesSource.cpp21 #include "clang/Parse/ParseAST.h"
177 ParseAST(Clang->getSema());
H A DFrontendAction.cpp30 #include "clang/Parse/ParseAST.h"
1165 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats,
/openbsd-current/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp27 #include "clang/Parse/ParseAST.h"
301 ParseAST(CI.getPreprocessor(), &Consumer, CI.getASTContext());
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp31 #include "clang/Parse/ParseAST.h"
1164 ParseAST(m_compiler->getSema(), false, false);
1171 // original behavior of ParseAST (which also destroys the Sema after parsing).

Completed in 185 milliseconds