Home
last modified time | relevance | path

Searched refs:LoadFromCompilerInvocation (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h720 bool LoadFromCompilerInvocation(
781 static std::unique_ptr<ASTUnit> LoadFromCompilerInvocation(
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1674 bool ASTUnit::LoadFromCompilerInvocation( in LoadFromCompilerInvocation() function in ASTUnit
1708 std::unique_ptr<ASTUnit> ASTUnit::LoadFromCompilerInvocation( in LoadFromCompilerInvocation() function in ASTUnit
1738 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCompilerInvocation()
1836 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCommandLine()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp653 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in runInvocation()