Home
last modified time | relevance | path

Searched refs:setMisExpectWarningRequested (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h208 void setMisExpectWarningRequested(bool Requested);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp151 void LLVMContext::setMisExpectWarningRequested(bool Requested) { in setMisExpectWarningRequested() function in LLVMContext
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp344 Ctx.setMisExpectWarningRequested(true); in HandleTranslationUnit()