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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 6908     ReturnType = Type->getReturnType();
 6921     if (Type->getMethodQuals().hasConst() || Type->getMethodQuals().hasVolatile()) {
 6921     if (Type->getMethodQuals().hasConst() || Type->getMethodQuals().hasVolatile()) {
 6933   QualType ArgType = ExpectedParams ? Type->getParamType(0) : QualType();
 7005     if (!Type->hasExceptionSpec()) {
 7010       FunctionProtoType::ExtProtoInfo EPI = Type->getExtProtoInfo();