Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h707 bool LoadFromCompilerInvocation(
768 static std::unique_ptr<ASTUnit> LoadFromCompilerInvocation(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1631 bool ASTUnit::LoadFromCompilerInvocation( in LoadFromCompilerInvocation() function in ASTUnit
1665 std::unique_ptr<ASTUnit> ASTUnit::LoadFromCompilerInvocation( in LoadFromCompilerInvocation() function in ASTUnit
1695 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCompilerInvocation()
1781 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCommandLine()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp548 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in runInvocation()