Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h819 static ASTUnit *LoadFromCommandLine(
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp612 return std::unique_ptr<ASTUnit>(ASTUnit::LoadFromCommandLine( in loadFromSource()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1736 ASTUnit *ASTUnit::LoadFromCommandLine( in LoadFromCommandLine() function in ASTUnit
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp3895 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCommandLine( in clang_parseTranslationUnit_Impl()