Searched refs:OptRemark (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h289 struct OptRemark { struct in class:clang::CodeGenOptions
295 OptRemark() : Kind(RK_Missing), Pattern(""), Regex(nullptr) {} function in struct:clang::CodeGenOptions::OptRemark
311 OptRemark OptimizationRemark;
317 OptRemark OptimizationRemarkMissed;
324 OptRemark OptimizationRemarkAnalysis;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1157 const CodeGenOptions::OptRemark &Remark) {
1170 static CodeGenOptions::OptRemark
1173 CodeGenOptions::OptRemark Result;
1204 return CodeGenOptions::OptRemark();

Completed in 200 milliseconds