Home
last modified time | relevance | path

Searched refs:LoadFromASTFile (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp50 std::unique_ptr<ASTUnit> Unit = ASTUnit::LoadFromASTFile( in ExecuteAction()
H A DFrontendAction.cpp565 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile()
631 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile()
H A DASTUnit.cpp733 std::unique_ptr<ASTUnit> ASTUnit::LoadFromASTFile( in LoadFromASTFile() function in ASTUnit
/freebsd-12.1/contrib/llvm/tools/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp308 std::unique_ptr<ASTUnit> LoadedUnit(ASTUnit::LoadFromASTFile( in loadExternalAST()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h684 static std::unique_ptr<ASTUnit> LoadFromASTFile(