Home
last modified time | relevance | path

Searched defs:isBad (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp292 bool isBad = false; StringifyArgument() local
/llvm-project/clang/include/clang/Sema/
H A DOverload.h675 bool isBad() const { return getKind() == BadConversion; } isBad() function