Home
last modified time | relevance | path

Searched defs:Clang (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp206 bool ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation()
/freebsd/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h101 std::unique_ptr<CompilerInstance> Clang; variable
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp56 void createMissingComponents(CompilerInstance &Clang) { in createMissingComponents()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp125 std::unique_ptr<CompilerInstance> Clang( in createChainedIncludesSource() local
H A DASTUnit.cpp1162 std::unique_ptr<CompilerInstance> Clang( in Parse() local
1595 std::unique_ptr<CompilerInstance> Clang( in LoadFromCompilerInvocationAction() local
2223 std::unique_ptr<CompilerInstance> Clang( in CodeComplete() local
H A DPrecompiledPreamble.cpp458 std::unique_ptr<CompilerInstance> Clang( in Build() local
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp214 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in cc1_main() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h78 enum TextDiagnosticFormat { Clang, MSVC, Vi, SARIF }; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h160 mutable std::unique_ptr<Tool> Clang; variable
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp80 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in CreateCI() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1255 enum class ReductionGenCBKind { Clang, MLIR }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp8006 Clang::Clang(const ToolChain &TC, bool HasIntegratedBackend) in Clang() function in Clang