Home
last modified time | relevance | path

Searched defs:StartTranslationUnit (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h245 void StartTranslationUnit(clang::ASTConsumer *Consumer) override { in StartTranslationUnit() function
H A DASTUtils.h122 void StartTranslationUnit(clang::ASTConsumer *Consumer) override { in StartTranslationUnit() function
397 void StartTranslationUnit(clang::ASTConsumer *Consumer) override { in StartTranslationUnit() function
H A DClangASTSource.cpp92 void ClangASTSource::StartTranslationUnit(ASTConsumer *Consumer) { in StartTranslationUnit() function in ClangASTSource
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp59 void ExternalASTSource::StartTranslationUnit(ASTConsumer *Consumer) {} in StartTranslationUnit() function in ExternalASTSource
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp121 void StartTranslationUnit(clang::ASTConsumer *Consumer) override { in StartTranslationUnit() function in lldb_private::AppleObjCExternalASTSource
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp163 void MultiplexExternalSemaSource::StartTranslationUnit(ASTConsumer *Consumer) { in StartTranslationUnit() function in MultiplexExternalSemaSource
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8124 void ASTReader::StartTranslationUnit(ASTConsumer *Consumer) { in StartTranslationUnit() function in ASTReader