Home
last modified time | relevance | path

Searched refs:getOrCreateASTImporter (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CrossTU/
DCrossTranslationUnit.h200 ASTImporter &getOrCreateASTImporter(ASTUnit *Unit);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp710 ASTImporter &Importer = getOrCreateASTImporter(Unit); in importDefinitionImpl()
759 CrossTranslationUnitContext::getOrCreateASTImporter(ASTUnit *Unit) { in getOrCreateASTImporter() function in clang::cross_tu::CrossTranslationUnitContext