Home
last modified time | relevance | path

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

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