Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DASTUnitTest.cpp57 return ASTUnit::LoadFromCompilerInvocation( in createASTUnit()
146 auto AU = ASTUnit::LoadFromCompilerInvocation( in TEST_F()
H A DPCHPreambleTest.cpp102 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in ParseAST()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h718 bool LoadFromCompilerInvocation(
779 static std::unique_ptr<ASTUnit> LoadFromCompilerInvocation(
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1637 bool ASTUnit::LoadFromCompilerInvocation( in LoadFromCompilerInvocation() function in ASTUnit
1671 std::unique_ptr<ASTUnit> ASTUnit::LoadFromCompilerInvocation( in LoadFromCompilerInvocation() function in ASTUnit
1701 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCompilerInvocation()
1793 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCommandLine()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp607 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in runInvocation()