Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DASTUnit.h723 bool LoadFromCompilerInvocation(
784 static std::unique_ptr<ASTUnit> LoadFromCompilerInvocation(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DASTUnit.h720 bool LoadFromCompilerInvocation(
781 static std::unique_ptr<ASTUnit> LoadFromCompilerInvocation(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DASTUnit.h723 bool LoadFromCompilerInvocation(
784 static std::unique_ptr<ASTUnit> LoadFromCompilerInvocation(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DASTUnit.h723 bool LoadFromCompilerInvocation(
784 static std::unique_ptr<ASTUnit> LoadFromCompilerInvocation(
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DASTUnit.h746 bool LoadFromCompilerInvocation(
807 static std::unique_ptr<ASTUnit> LoadFromCompilerInvocation(
/aosp_15_r20/external/clang/lib/Frontend/
H A DASTUnit.cpp1874 bool ASTUnit::LoadFromCompilerInvocation( in LoadFromCompilerInvocation() function in ASTUnit
1902 std::unique_ptr<ASTUnit> ASTUnit::LoadFromCompilerInvocation( in LoadFromCompilerInvocation() function in ASTUnit
1932 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCompilerInvocation()
2015 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCommandLine()
/aosp_15_r20/external/clang/lib/Tooling/
H A DTooling.cpp472 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in runInvocation()