Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp269 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCompilerInvocationAction( in checkForManualIssues()
547 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCompilerInvocationAction( in applyTransform()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp364 std::unique_ptr<ASTUnit> AU(ASTUnit::LoadFromCompilerInvocationAction( in codeComplete()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h757 static ASTUnit *LoadFromCompilerInvocationAction(
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1550 ASTUnit *ASTUnit::LoadFromCompilerInvocationAction( in LoadFromCompilerInvocationAction() function in ASTUnit