Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h295 llvm::Expected<ASTUnit *> getASTUnitForFunction(StringRef FunctionName,
/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp418 CrossTranslationUnitContext::ASTUnitStorage::getASTUnitForFunction( in getASTUnitForFunction() function in clang::cross_tu::CrossTranslationUnitContext::ASTUnitStorage
495 llvm::Expected<ASTUnit *> Unit = ASTStorage.getASTUnitForFunction( in loadExternalAST()