Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h746 bool LoadFromCompilerInvocation(
807 static std::unique_ptr<ASTUnit> LoadFromCompilerInvocation(
/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()