Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTMerge.cpp48 std::unique_ptr<ASTUnit> Unit = ASTUnit::LoadFromASTFile( in ExecuteAction()
H A DFrontendAction.cpp194 ASTUnit::LoadFromASTFile(InputFile, Diags, CI.getFileSystemOpts()); in BeginSourceFile()
H A DASTUnit.cpp663 std::unique_ptr<ASTUnit> ASTUnit::LoadFromASTFile( in LoadFromASTFile() function in ASTUnit
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h722 static std::unique_ptr<ASTUnit> LoadFromASTFile(
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2823 std::unique_ptr<ASTUnit> AU = ASTUnit::LoadFromASTFile( in clang_createTranslationUnit2()