Searched defs:RecTy (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ | ||
H A D | TGParser.cpp | 2978 if (auto *RecTy = dyn_cast<RecordRecTy>(TI->getType())) { ParseValue() local |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/ | ||
H A D | Record.h | 80 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} in RecTy() function |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGOpenMPRuntimeGPU.cpp | 792 QualType RecTy = C.getRecordType(TeamReductionRec); emitKernelDeinit() local |
H A D | CGCall.cpp | 85 QualType RecTy; DeriveThisType() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDecl.cpp | 5907 QualType RecTy = Context.getTypeDeclType(Record); BuildMicrosoftCAnonymousStruct() local |