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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 7189                                           FoundDecl, Method);
 7193   if (Method->getParent()->isLambda() &&
 7194       Method->getConversionType()->isBlockPointerType()) {
 7214           Exp.get()->getExprLoc(), Exp.get()->getExprLoc(), Method, Exp.get());
 7225                       NestedNameSpecifierLoc(), SourceLocation(), Method,
 7230   QualType ResultType = Method->getReturnType();
 7237   if (CheckFunctionCall(Method, CE,
 7238                         Method->getType()->castAs<FunctionProtoType>()))