Home
last modified time | relevance | path

Searched refs:CompilerInvocationBase (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h74 class CompilerInvocationBase {
118 CompilerInvocationBase();
120 CompilerInvocationBase(const CompilerInvocationBase &X) = delete;
121 CompilerInvocationBase(CompilerInvocationBase &&X) = default;
122 CompilerInvocationBase &operator=(const CompilerInvocationBase &X) = delete;
123 CompilerInvocationBase &deep_copy_assign(const CompilerInvocationBase &X);
124 CompilerInvocationBase &shallow_copy_assign(const CompilerInvocationBase &X);
125 CompilerInvocationBase &operator=(CompilerInvocationBase &&X) = default;
126 ~CompilerInvocationBase() = default;
265 using CompilerInvocationBase::LangOpts;
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h75 friend class CompilerInvocationBase; variable
H A DCodeGenOptions.h39 friend class CompilerInvocationBase; variable
H A DLangOptions.h37 friend class CompilerInvocationBase; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp139 CompilerInvocationBase::CompilerInvocationBase() in CompilerInvocationBase() function in CompilerInvocationBase
154 CompilerInvocationBase &
155 CompilerInvocationBase::deep_copy_assign(const CompilerInvocationBase &X) { in deep_copy_assign()
174 CompilerInvocationBase &
175 CompilerInvocationBase::shallow_copy_assign(const CompilerInvocationBase &X) { in shallow_copy_assign()
1450 void CompilerInvocationBase::GenerateCodeGenArgs(const CodeGenOptions &Opts, in GenerateCodeGenArgs()
2358 void CompilerInvocationBase::GenerateDiagnosticArgs( in GenerateDiagnosticArgs()
3372 void CompilerInvocationBase::GenerateLangArgs(const LangOptions &Opts, in GenerateLangArgs()
4825 void CompilerInvocationBase::generateCC1CommandLine( in generateCC1CommandLine()
4848 std::vector<std::string> CompilerInvocationBase::getCC1CommandLine() const { in getCC1CommandLine()