Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp49 std::unique_ptr<ASTUnit> Unit = ASTUnit::LoadFromASTFile( in ExecuteAction()
H A DFrontendAction.cpp627 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile()
695 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile()
H A DASTUnit.cpp800 std::unique_ptr<ASTUnit> ASTUnit::LoadFromASTFile( in LoadFromASTFile() function in ASTUnit
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h695 LoadFromASTFile(const std::string &Filename,
/src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp568 return ASTUnit::LoadFromASTFile( in loadFromDump()