Searched refs:ParseAST (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseAST.cpp | 38 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST() function in clang 50 ParseAST(*S.get(), PrintStats); in ParseAST() 53 void clang::ParseAST(Sema &S, bool PrintStats) { in ParseAST() function in clang
|
D | CMakeLists.txt | 4 ParseAST.cpp
|
D | Android.mk | 17 ParseAST.cpp \
|
/external/clang/include/clang/Parse/ |
D | ParseAST.h | 36 void ParseAST(Preprocessor &pp, ASTConsumer *C, 43 void ParseAST(Sema &S, bool PrintStats = false);
|
/external/clang/lib/Serialization/ |
D | ChainedIncludesSource.cpp | 139 ParseAST(Clang->getSema()); in create()
|
/external/clang/lib/Frontend/ |
D | FrontendAction.cpp | 378 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats); in ExecuteAction()
|
/external/clang/clang.xcodeproj/ |
D | project.pbxproj | 511 …71 /* ParseAST.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.… 571 …/* ParseAST.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp… 1302 BF9FEDB51225E213003A8B71 /* ParseAST.h */, 1312 BF9FEE511226FE9F003A8B71 /* ParseAST.cpp */,
|