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

/external/clang/lib/Sema/
H A DSemaChecking.cpp1210 SourceLocation CallSiteLoc) {
1212 S.DiagRuntimeBehavior(CallSiteLoc, ArgExpr,
1279 SourceLocation CallSiteLoc) {
1291 CheckNonNullArgument(S, Arg, CallSiteLoc);
1364 CheckNonNullArgument(S, Args[ArgIndex], CallSiteLoc);
1208 CheckNonNullArgument(Sema &S, const Expr *ArgExpr, SourceLocation CallSiteLoc) argument
1275 CheckNonNullArguments(Sema &S, const NamedDecl *FDecl, const FunctionProtoType *Proto, ArrayRef<const Expr *> Args, SourceLocation CallSiteLoc) argument

Completed in 69 milliseconds