Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DASTUnitTest.cpp169 ASTUnit *AST = ASTUnit::LoadFromCommandLine( in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h820 static ASTUnit *LoadFromCommandLine(
/llvm-project-15.0.7/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp612 return std::unique_ptr<ASTUnit>(ASTUnit::LoadFromCommandLine( in loadFromSource()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1708 ASTUnit *ASTUnit::LoadFromCommandLine( in LoadFromCommandLine() function in ASTUnit
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp3865 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCommandLine( in clang_parseTranslationUnit_Impl()