Home
last modified time | relevance | path

Searched refs:LoadFromCommandLine (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h818 static ASTUnit *LoadFromCommandLine(
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp584 return std::unique_ptr<ASTUnit>(ASTUnit::LoadFromCommandLine( in loadFromSource()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1710 ASTUnit *ASTUnit::LoadFromCommandLine( in LoadFromCommandLine() function in ASTUnit
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3669 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCommandLine( in clang_parseTranslationUnit_Impl()