HomeSort by: relevance | last modified time | path
    Searched refs:LoadFromCommandLine (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h 138 /// LoadFromCommandLine available.
703 /// \c LoadFromCommandLine(), which loads an AST from a compiler invocation.
789 /// LoadFromCommandLine - Create an ASTUnit from a vector of command line
818 static ASTUnit *LoadFromCommandLine(
  /src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp 584 return std::unique_ptr<ASTUnit>(ASTUnit::LoadFromCommandLine(
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 1710 ASTUnit *ASTUnit::LoadFromCommandLine(
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 3669 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCommandLine(
3681 // Early failures in LoadFromCommandLine may return with ErrUnit unset.

Completed in 31 milliseconds