Searched refs:ErrAST (Results 1 – 2 of 2) sorted by relevance
768 std::unique_ptr<ASTUnit> *ErrAST = nullptr);852 std::unique_ptr<ASTUnit> *ErrAST = nullptr,
1557 bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) { in LoadFromCompilerInvocationAction() argument1649 if (OwnAST && ErrAST) in LoadFromCompilerInvocationAction()1650 ErrAST->swap(OwnAST); in LoadFromCompilerInvocationAction()1670 if (OwnAST && ErrAST) in LoadFromCompilerInvocationAction()1671 ErrAST->swap(OwnAST); in LoadFromCompilerInvocationAction()1770 std::unique_ptr<ASTUnit> *ErrAST, in LoadFromCommandLine() argument1854 if (ErrAST) { in LoadFromCommandLine()1856 ErrAST->swap(AST); in LoadFromCommandLine()