Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h324 bool isRecord() const { return Kind == K_Record; } in isRecord() function
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h363 bool isRecord() const { return Kind == K_Record; } in isRecord() function
/external/clang/include/clang/AST/
DDeclBase.h1287 bool isRecord() const { in isRecord() function
/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c994 Boolean isRecord; in AE_AECreateList() local
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1894 bool isRecord() const { in isRecord() function
/external/llvm-project/flang/lib/Parser/
Dunparse.cpp434 bool isRecord{std::holds_alternative<DeclarationTypeSpec::Record>(dts.u)}; in Unparse() local