Home
last modified time | relevance | path

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

/llvm-project/llvm/docs/TableGen/
H A DBackGuide.rst222 ``ListRecTy````RecTy`` global() argument
226 ``RecordRecTy````RecTy`` global() argument
[all...]
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2984 if (auto *RecTy = dyn_cast<RecordRecTy>(TI->getType())) { ParseValue() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp772 QualType RecTy = C.getRecordType(TeamReductionRec); in emitKernelDeinit() local
H A DCGCall.cpp89 QualType RecTy; in DeriveThisType() local
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h80 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} RecTy() function
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5714 QualType RecTy = Context.getTypeDeclType(Record); BuildMicrosoftCAnonymousStruct() local
9498 const RecordType *RecTy = checkIsValidOpenCLKernelParameter() local