Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DASTUnit.h832 static std::unique_ptr<ASTUnit> LoadFromCommandLine(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DASTUnit.h829 static std::unique_ptr<ASTUnit> LoadFromCommandLine(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DASTUnit.h832 static std::unique_ptr<ASTUnit> LoadFromCommandLine(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DASTUnit.h832 static std::unique_ptr<ASTUnit> LoadFromCommandLine(
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DASTUnit.h841 static ASTUnit *LoadFromCommandLine(
/aosp_15_r20/external/clang/lib/Frontend/
H A DASTUnit.cpp1938 ASTUnit *ASTUnit::LoadFromCommandLine( in LoadFromCommandLine() function in ASTUnit
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp3278 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCommandLine( in clang_parseTranslationUnit_Impl()