Searched defs:RecTy (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/docs/TableGen/ | ||
H A D | BackGuide.rst | 222 ``ListRecTy````RecTy`` global() argument |
/llvm-project/llvm/lib/TableGen/ | ||
H A D | TGParser.cpp | 2984 if (auto *RecTy = dyn_cast<RecordRecTy>(TI->getType())) { ParseValue() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGOpenMPRuntimeGPU.cpp | 772 QualType RecTy = C.getRecordType(TeamReductionRec); in emitKernelDeinit() local |
H A D | CGCall.cpp | 89 QualType RecTy; in DeriveThisType() local |
/llvm-project/llvm/include/llvm/TableGen/ | ||
H A D | Record.h | 80 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} RecTy() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDecl.cpp | 5714 QualType RecTy = Context.getTypeDeclType(Record); BuildMicrosoftCAnonymousStruct() local |