Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h829 static std::unique_ptr<ASTUnit> LoadFromCommandLine(
/freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp612 return ASTUnit::LoadFromCommandLine(CommandLineArgs.begin(), in loadFromSource()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1745 std::unique_ptr<ASTUnit> ASTUnit::LoadFromCommandLine( in LoadFromCommandLine() function in ASTUnit