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

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp
  135   if (Optional<PrimType> T = classify(LitTy))
  163   Optional<PrimType> LT = classify(LHS->getType());
  164   Optional<PrimType> RT = classify(RHS->getType());
  169   if (Optional<PrimType> T = classify(BO->getType())) {
  222   if (Optional<PrimType> T = classify(E->getType())) {
  260   if (Optional<PrimType> T = classify(LV->getType())) {
  535     if (Optional<PrimType> T = classify(VD->getType())) {
tools/clang/lib/AST/Interp/ByteCodeExprGen.h
  103     return E->isGLValue() ? PT_Ptr : classify(E->getType());
  116     if (auto T = classify(Ty)) {
tools/clang/lib/AST/Interp/ByteCodeStmtGen.cpp
   97   ReturnType = this->classify(F->getReturnType());
  239   if (Optional<PrimType> T = this->classify(DT)) {