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.h153 bool IsDummy = false; member
188 void makeDummy() { IsDummy = true; } in makeDummy()
254 bool isDummy() const { return IsDummy; } in isDummy()
H A DDescriptor.cpp362 IsDummy(true) { in Descriptor()