Searched defs:isDummy (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ | ||
H A D | Pointer.h | 327 bool isDummy() const { return getDeclDesc()->isDummy(); } isDummy() function |
H A D | Descriptor.h | 201 bool isDummy() const { return IsDummy; } isDummy() function |
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ | ||
H A D | CoverageMappingReader.cpp | 457 Expected<bool> RawCoverageMappingDummyChecker::isDummy() { isDummy() function in RawCoverageMappingDummyChecker |