Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h818 static ASTUnit *LoadFromCommandLine(
/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp588 return std::unique_ptr<ASTUnit>(ASTUnit::LoadFromCommandLine( in loadFromSource()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1711 ASTUnit *ASTUnit::LoadFromCommandLine( in LoadFromCommandLine() function in ASTUnit