Searched refs:ParseAST (Results 1 - 8 of 8) sorted by relevance
/external/clang/include/clang/Parse/ |
H A D | ParseAST.h | 1 //===--- ParseAST.h - Define the ParseAST method ----------------*- C++ -*-===// 10 // This file defines the clang::ParseAST method. 36 void ParseAST(Preprocessor &pp, ASTConsumer *C, 44 void ParseAST(Sema &S, bool PrintStats = false,
|
/external/clang/lib/Parse/ |
H A D | ParseAST.cpp | 1 //===--- ParseAST.cpp - Provide the clang::ParseAST method ----------------===// 10 // This file implements the clang::ParseAST method. 14 #include "clang/Parse/ParseAST.h" 80 /// ParseAST - Parse the entire file specified, notifying the ASTConsumer as 84 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, function in class:clang 96 ParseAST(*S.get(), PrintStats, SkipFunctionBodies); 99 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { function in class:clang
|
H A D | Android.mk | 20 ParseAST.cpp \
|
/external/clang/unittests/CodeGen/ |
H A D | BufferSourceTest.cpp | 17 #include "clang/Parse/ParseAST.h" 74 clang::ParseAST(compiler.getSema(), false, false);
|
/external/lldb/source/Expression/ |
H A D | ClangExpressionParser.cpp | 47 #include "clang/Parse/ParseAST.h" 400 ParseAST(m_compiler->getPreprocessor(), ast_transformer, m_compiler->getASTContext()); 402 ParseAST(m_compiler->getPreprocessor(), m_code_generator.get(), m_compiler->getASTContext());
|
/external/clang/unittests/Sema/ |
H A D | ExternalSemaSourceTest.cpp | 14 #include "clang/Parse/ParseAST.h" 164 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats,
|
/external/clang/lib/Frontend/ |
H A D | ChainedIncludesSource.cpp | 20 #include "clang/Parse/ParseAST.h" 199 ParseAST(Clang->getSema());
|
H A D | FrontendAction.cpp | 23 #include "clang/Parse/ParseAST.h" 537 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats,
|
Completed in 236 milliseconds