Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h729 bool LoadFromCompilerInvocation(bool PrecompilePreamble);
779 static std::unique_ptr<ASTUnit> LoadFromCompilerInvocation(
/external/clang/lib/Tooling/
DTooling.cpp380 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in runInvocation()
/external/clang/lib/Frontend/
DASTUnit.cpp1892 bool ASTUnit::LoadFromCompilerInvocation(bool PrecompilePreamble) { in LoadFromCompilerInvocation() function in ASTUnit
1918 std::unique_ptr<ASTUnit> ASTUnit::LoadFromCompilerInvocation( in LoadFromCompilerInvocation() function in ASTUnit
1949 if (AST->LoadFromCompilerInvocation(PrecompilePreamble)) in LoadFromCompilerInvocation()
2030 if (AST->LoadFromCompilerInvocation(PrecompilePreamble)) { in LoadFromCommandLine()