Home
last modified time | relevance | path

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

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