Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DOpcodes.td46 def ArgRecord : ArgType { let Name = "Record *"; }
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2397 for (const auto *ArgRecord : ArgRecords) { in emitAttributes() local
2398 Args.emplace_back(createArgument(*ArgRecord, R.getName())); in emitAttributes()
3512 for (const auto *ArgRecord : ArgRecords) in EmitClangAttrTemplateInstantiateHelper() local
3513 Args.emplace_back(createArgument(*ArgRecord, R.getName())); in EmitClangAttrTemplateInstantiateHelper()