Searched refs:StartTranslationUnit (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h186 void StartTranslationUnit(clang::ASTConsumer *Consumer) override;
287 StartTranslationUnit(clang::ASTConsumer *Consumer) override
289 return m_original.StartTranslationUnit(Consumer);
H A DClangASTSource.cpp79 ClangASTSource::StartTranslationUnit(ASTConsumer *Consumer) function in class:ClangASTSource
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DChainedIncludesSource.cpp58 void StartTranslationUnit(ASTConsumer *Consumer) override;
269 void ChainedIncludesSource::StartTranslationUnit(ASTConsumer *Consumer) { function in class:ChainedIncludesSource
270 return getFinalReader().StartTranslationUnit(Consumer);
H A DCompilerInstance.cpp1289 ModuleManager->StartTranslationUnit(&getASTConsumer());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp62 void ExternalASTSource::StartTranslationUnit(ASTConsumer *Consumer) {} function in class:ExternalASTSource
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h144 void StartTranslationUnit(ASTConsumer *Consumer) override;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseAST.cpp149 External->StartTranslationUnit(Consumer);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp150 void MultiplexExternalSemaSource::StartTranslationUnit(ASTConsumer *Consumer) { function in class:MultiplexExternalSemaSource
152 Sources[i]->StartTranslationUnit(Consumer);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h236 virtual void StartTranslationUnit(ASTConsumer *Consumer);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp144 StartTranslationUnit(clang::ASTConsumer *Consumer) override
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1761 void StartTranslationUnit(ASTConsumer *Consumer) override;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6760 void ASTReader::StartTranslationUnit(ASTConsumer *Consumer) {

Completed in 201 milliseconds