Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h115 const bool IsDummy = false; member
201 bool isDummy() const { return IsDummy; } in isDummy()
H A DDescriptor.cpp302 IsMutable(false), IsTemporary(false), IsDummy(true) { in Descriptor()