Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstAlias.h62 bool isRecord() const { return Kind == K_Record; } in isRecord() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h199 bool isRecord() const { return !IsArray && ElemRecord; } in isRecord() function