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

References

tools/clang/include/clang/Sema/Sema.h
  313     if (!Type.isNull())
  314       return Type;
tools/clang/lib/Sema/SemaCodeComplete.cpp
  374       Type = BSI->ReturnType;
  379     Type = Function->getReturnType();
  383     Type = Method->getReturnType();
  391   Type = VD ? VD->getType() : QualType();
  398   Type = QualType();
  522   Type = getPreferredTypeOfBinaryRHS(S, LHS, Op);
  542   Type = getPreferredTypeOfUnaryArg(S, this->get(OpLoc), OpKind);
  549   Type = S.getASTContext().IntTy;
  556   Type = !CastType.isNull() ? CastType.getCanonicalType() : QualType();
  562   Type = S.getASTContext().BoolTy;