Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Frontend/
DASTUnitTest.cpp55 return ASTUnit::LoadFromCompilerInvocation( in createASTUnit()
142 auto AU = ASTUnit::LoadFromCompilerInvocation( in TEST_F()
DPCHPreambleTest.cpp98 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in ParseAST()
/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h715 bool LoadFromCompilerInvocation(
776 static std::unique_ptr<ASTUnit> LoadFromCompilerInvocation(
/external/clang/include/clang/Frontend/
DASTUnit.h746 bool LoadFromCompilerInvocation(
807 static std::unique_ptr<ASTUnit> LoadFromCompilerInvocation(
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp1658 bool ASTUnit::LoadFromCompilerInvocation( in LoadFromCompilerInvocation() function in ASTUnit
1692 std::unique_ptr<ASTUnit> ASTUnit::LoadFromCompilerInvocation( in LoadFromCompilerInvocation() function in ASTUnit
1722 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCompilerInvocation()
1811 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCommandLine()
/external/clang/lib/Frontend/
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()
/external/clang/lib/Tooling/
DTooling.cpp472 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in runInvocation()
/external/llvm-project/clang/lib/Tooling/
DTooling.cpp579 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in runInvocation()