HomeSort by relevance Sort by last modified time
    Searched defs:HandleTranslationUnit (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/Serialization/
GeneratePCH.cpp 45 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) {
  /external/clang/lib/Rewrite/
HTMLPrint.cpp 46 void HandleTranslationUnit(ASTContext &Ctx);
61 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) {
RewriteModernObjC.cpp 208 virtual void HandleTranslationUnit(ASTContext &C);
    [all...]
RewriteObjC.cpp 194 virtual void HandleTranslationUnit(ASTContext &C);
    [all...]
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 40 virtual void HandleTranslationUnit(ASTContext &context) {
  /external/clang/include/clang/AST/
ASTConsumer.h 61 /// HandleTranslationUnit - This method is called when the ASTs for entire
63 virtual void HandleTranslationUnit(ASTContext &Ctx) {}
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 94 virtual void HandleTranslationUnit(ASTContext &Ctx) {
CodeGenAction.cpp 111 virtual void HandleTranslationUnit(ASTContext &C) {
117 Gen->HandleTranslationUnit(C);
  /gdk/sources/llvm-ndk-cc/
Backend.cpp 213 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) {
214 mpGen->HandleTranslationUnit(Ctx);
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 77 virtual void HandleTranslationUnit(ASTContext &Ctx);
182 void ObjCMigrateASTConsumer::HandleTranslationUnit(ASTContext &Ctx) {
  /frameworks/compile/slang/
slang_backend.cpp 258 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) {
261 mGen->HandleTranslationUnit(Ctx);
  /external/clang/lib/Frontend/
ASTConsumers.cpp 41 virtual void HandleTranslationUnit(ASTContext &Context) {
104 void HandleTranslationUnit(ASTContext &C) {
414 void HandleTranslationUnit(ASTContext &C) {
MultiplexConsumer.cpp 222 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) {
224 Consumers[i]->HandleTranslationUnit(Ctx);
ASTUnit.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 229 virtual void HandleTranslationUnit(ASTContext &C);
384 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) {
  /external/clang/tools/libclang/
Indexing.cpp 119 virtual void HandleTranslationUnit(ASTContext &Ctx) {
  /external/v8/tools/gcmole/
gcmole.cc 216 virtual void HandleTranslationUnit(clang::ASTContext &ctx) {
    [all...]

Completed in 615 milliseconds