reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Interp/Program.cpp
   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());