reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
23 const size_t BitWidth = CharWidth * Ctx.getCharBit(); 123 auto &ASTCtx = Ctx.getASTContext(); 168 if (auto T = Ctx.classify(Ty)) { 201 return ByteCodeStmtGen<ByteCodeEmitter>(Ctx, *this).compileFunc(FD); 277 if (llvm::Optional<PrimType> T = Ctx.classify(FT)) { 311 if (llvm::Optional<PrimType> T = Ctx.classify(ElemTy)) { 337 if (llvm::Optional<PrimType> T = Ctx.classify(ElemTy)) { 359 PrimType ElemTy = *Ctx.classify(CT->getElementType());