Home
last modified time | relevance | path

Searched refs:ErrAST (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h768 std::unique_ptr<ASTUnit> *ErrAST = nullptr);
852 std::unique_ptr<ASTUnit> *ErrAST = nullptr,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1557 bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) { in LoadFromCompilerInvocationAction() argument
1649 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() argument
1854 if (ErrAST) { in LoadFromCommandLine()
1856 ErrAST->swap(AST); in LoadFromCommandLine()