Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTMerge.cpp49 std::unique_ptr<ASTUnit> Unit = ASTUnit::LoadFromASTFile( in ExecuteAction()
H A DFrontendAction.cpp614 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile()
682 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile()
H A DASTUnit.cpp785 std::unique_ptr<ASTUnit> ASTUnit::LoadFromASTFile( in LoadFromASTFile() function in ASTUnit
/openbsd-src/gnu/llvm/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp154 std::unique_ptr<ASTUnit> Unit = ASTUnit::LoadFromASTFile( in HandleAST()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp275 std::unique_ptr<ASTUnit> AU = ASTUnit::LoadFromASTFile( in printSourceSymbolsFromModule()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h691 LoadFromASTFile(const std::string &Filename,
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp568 return ASTUnit::LoadFromASTFile( in loadFromDump()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp3740 std::unique_ptr<ASTUnit> AU = ASTUnit::LoadFromASTFile( in clang_createTranslationUnit2()