Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h207 void setMisExpectWarningRequested(bool Requested);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp146 void LLVMContext::setMisExpectWarningRequested(bool Requested) { in setMisExpectWarningRequested() function in LLVMContext
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp347 Ctx.setMisExpectWarningRequested(true); in HandleTranslationUnit()