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

References

tools/clang/lib/Sema/SemaChecking.cpp
 4376                               isa<CXXMethodDecl>(FDecl);
 4379   VariadicCallType CallType = getVariadicCallType(FDecl, Proto,
 4396   checkCall(FDecl, Proto, ImplicitThis, llvm::makeArrayRef(Args, NumArgs),
 4400   IdentifierInfo *FnInfo = FDecl->getIdentifier();
 4406   CheckAbsoluteValueFunction(TheCall, FDecl);
 4407   CheckMaxUnsignedZero(TheCall, FDecl);
 4410     DiagnoseCStringFormatDirectiveInCFAPI(*this, FDecl, Args, NumArgs);
 4412   unsigned CMId = FDecl->getMemoryFunctionKind();