Home
last modified time | relevance | path

Searched defs:isDummy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h327 bool isDummy() const { return getDeclDesc()->isDummy(); } in isDummy() function
H A DDescriptor.h201 bool isDummy() const { return IsDummy; } in isDummy() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp457 Expected<bool> RawCoverageMappingDummyChecker::isDummy() { in isDummy() function in RawCoverageMappingDummyChecker