Searched defs:CallSiteLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp1806 SourceLocation CallSiteLoc) {
1813 Diag(CallSiteLoc, diag::warn_null_arg) << ArgExpr->getSourceRange();
1804 CheckNonNullArguments(const NonNullAttr *NonNull, const Expr * const *ExprArgs, SourceLocation CallSiteLoc) argument

Completed in 72 milliseconds