Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTMerge.cpp49 ASTUnit::LoadFromASTFile(ASTFiles[I], CI.getPCHContainerReader(), in ExecuteAction()
DFrontendAction.cpp211 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile()
DASTUnit.cpp652 std::unique_ptr<ASTUnit> ASTUnit::LoadFromASTFile( in LoadFromASTFile() function in ASTUnit
/external/clang/include/clang/Frontend/
DASTUnit.h728 static std::unique_ptr<ASTUnit> LoadFromASTFile(
/external/clang/tools/libclang/
DCIndex.cpp3144 std::unique_ptr<ASTUnit> AU = ASTUnit::LoadFromASTFile( in clang_createTranslationUnit2()