Home
last modified time | relevance | path

Searched refs:emittedError (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAsmParserImpl.h40 bool didEmitError() const { return emittedError; } in didEmitError()
44 emittedError = true; in emitError()
564 bool emittedError = false; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp2848 bool emittedError = false; in checkExtParameterInfos() local
2856 if (isCompatible || emittedError) in checkExtParameterInfos()
2861 emittedError = true; in checkExtParameterInfos()