Home
last modified time | relevance | path

Searched refs:ToTU (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterSharedState.h51 ASTImporterSharedState(TranslationUnitDecl &ToTU) { in ASTImporterSharedState() argument
52 LookupTable = std::make_unique<ASTImporterLookupTable>(ToTU); in ASTImporterSharedState()
/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h209 void lazyInitImporterSharedSt(TranslationUnitDecl *ToTU);
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp776 TranslationUnitDecl *ToTU) { in lazyInitImporterSharedSt() argument
778 ImporterSharedSt = std::make_shared<ASTImporterSharedState>(*ToTU); in lazyInitImporterSharedSt()