Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h305 llvm::Expected<ASTUnit *> getASTUnitForFunction(StringRef FunctionName,
/openbsd/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp442 CrossTranslationUnitContext::ASTUnitStorage::getASTUnitForFunction( in getASTUnitForFunction() function in clang::cross_tu::CrossTranslationUnitContext::ASTUnitStorage
519 llvm::Expected<ASTUnit *> Unit = ASTStorage.getASTUnitForFunction( in loadExternalAST()