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

Declarations

tools/clang/include/clang/Sema/Sema.h
 3336   bool CheckCallReturnType(QualType ReturnType, SourceLocation Loc,

References

tools/clang/lib/Sema/SemaExpr.cpp
 5941   if (CheckCallReturnType(FuncT->getReturnType(), Fn->getBeginLoc(), TheCall,
tools/clang/lib/Sema/SemaExprCXX.cpp
 6641     if (CheckCallReturnType(Call->getCallReturnType(Context),
tools/clang/lib/Sema/SemaOverload.cpp
12646       if (CheckCallReturnType(FnDecl->getReturnType(), OpLoc, TheCall, FnDecl))
12963         if (CheckCallReturnType(FnDecl->getReturnType(), OpLoc, TheCall,
13230         if (CheckCallReturnType(FnDecl->getReturnType(), LLoc, TheCall, FnDecl))
13351     if (CheckCallReturnType(proto->getReturnType(), op->getRHS()->getBeginLoc(),
13509   if (CheckCallReturnType(Method->getReturnType(), MemExpr->getMemberLoc(),
13855   if (CheckCallReturnType(Method->getReturnType(), LParenLoc, TheCall, Method))
13973   if (CheckCallReturnType(Method->getReturnType(), OpLoc, TheCall, Method))
14051   if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD))