Searched refs:HandleTranslationUnit (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/llvm-ndk-cc/
H A DBackend.h52 // HandleTranslationUnit - This method is called when the ASTs for entire
54 virtual void HandleTranslationUnit(clang::ASTContext &Ctx);
H A DBackend.cpp216 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) { function in class:ndkpc::Backend
217 mpGen->HandleTranslationUnit(Ctx);
/frameworks/compile/slang/
H A Dslang_backend.h121 // HandleTranslationUnit - This method is called when the ASTs for entire
123 virtual void HandleTranslationUnit(clang::ASTContext &Ctx);
H A Dslang_backend.cpp258 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) { function in class:slang::Backend
261 mGen->HandleTranslationUnit(Ctx);

Completed in 69 milliseconds