Home
last modified time | relevance | path

Searched defs:CallLoc (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h89 checkFunctionCallABI(CodeGenModule & CGM,SourceLocation CallLoc,const FunctionDecl * Caller,const FunctionDecl * Callee,const CallArgList & Args) checkFunctionCallABI() argument
H A DCGExprCXX.cpp342 SourceLocation CallLoc; EmitCXXMemberOrOperatorMemberCallExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1521 return Diag.Report(CallLoc, diag::err_avx_calling_convention) in checkAVX512ParamFeature() argument
1499 checkAVXParamFeature(DiagnosticsEngine & Diag,SourceLocation CallLoc,const llvm::StringMap<bool> & CallerMap,const llvm::StringMap<bool> & CalleeMap,QualType Ty,StringRef Feature,bool IsArgument) checkAVXParamFeature() argument
1539 checkAVXParam(DiagnosticsEngine & Diag,ASTContext & Ctx,SourceLocation CallLoc,const llvm::StringMap<bool> & CallerMap,const llvm::StringMap<bool> & CalleeMap,QualType Ty,bool IsArgument) checkAVXParam() argument
1556 checkFunctionCallABI(CodeGenModule & CGM,SourceLocation CallLoc,const FunctionDecl * Caller,const FunctionDecl * Callee,const CallArgList & Args) const checkFunctionCallABI() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp921 SourceLocation CallLoc = Data->Loc.acquire(); handleFunctionTypeMismatch() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp987 SourceLocation CallLoc = Awaiter->getExprLoc(); BuildResolvedCoawaitExpr() local
H A DSemaExpr.cpp6123 CheckCXXDefaultArgExpr(SourceLocation CallLoc,FunctionDecl * FD,ParmVarDecl * Param,Expr * RewrittenInit,bool SkipImmediateInvocations) CheckCXXDefaultArgExpr() argument
6253 BuildCXXDefaultArgExpr(SourceLocation CallLoc,FunctionDecl * FD,ParmVarDecl * Param,Expr * Init) BuildCXXDefaultArgExpr() argument
6670 GatherArgumentsForCall(SourceLocation CallLoc,FunctionDecl * FDecl,const FunctionProtoType * Proto,unsigned FirstParam,ArrayRef<Expr * > Args,SmallVectorImpl<Expr * > & AllArgs,VariadicCallType CallType,bool AllowExplicit,bool IsListInitialization) GatherArgumentsForCall() argument
6792 CheckStaticArrayArgument(SourceLocation CallLoc,ParmVarDecl * Param,const Expr * ArgExpr) CheckStaticArrayArgument() argument
7081 tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs(Sema & S,const UnresolvedMemberExpr * const UME,SourceLocation CallLoc) tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs() argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp4638 InstantiateDefaultArgument(SourceLocation CallLoc,FunctionDecl * FD,ParmVarDecl * Param) InstantiateDefaultArgument() argument
H A DSemaOverload.cpp7086 convertArgsForAvailabilityChecks(Sema & S,FunctionDecl * Function,Expr * ThisArg,SourceLocation CallLoc,ArrayRef<Expr * > Args,Sema::SFINAETrap & Trap,bool MissingImplicitThis,Expr * & ConvertedThis,SmallVectorImpl<Expr * > & ConvertedArgs) convertArgsForAvailabilityChecks() argument
7148 CheckEnableIf(FunctionDecl * Function,SourceLocation CallLoc,ArrayRef<Expr * > Args,bool MissingImplicitThis) CheckEnableIf() argument
H A DSemaChecking.cpp13327 isArgumentExpandedFromMacro(SourceManager & SM,SourceLocation CallLoc,SourceLocation ArgLoc) isArgumentExpandedFromMacro() argument
13353 SourceLocation CallLoc = Call->getRParenLoc(); CheckMemaccessSize() local
H A DSemaDeclCXX.cpp182 CalledDecl(SourceLocation CallLoc,const CXXMethodDecl * Method) CalledDecl() argument
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6850 LocTy CallLoc = Lex.getLoc(); parseInvoke() local
7148 LocTy CallLoc = Lex.getLoc(); parseCallBr() local
7564 LocTy CallLoc = Lex.getLoc(); parseCall() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3219 SourceLocation CallLoc = CP->callEnter.asLocation(); getFirstStackedCallToHeaderFile() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3613 CheckArraySize(EvalInfo & Info,const ConstantArrayType * CAT,SourceLocation CallLoc={}) CheckArraySize() argument
5613 CheckConstexprFunction(EvalInfo & Info,SourceLocation CallLoc,const FunctionDecl * Declaration,const FunctionDecl * Definition,const Stmt * Body) CheckConstexprFunction() argument
6255 HandleFunctionCall(SourceLocation CallLoc,const FunctionDecl * Callee,const LValue * This,const Expr * E,ArrayRef<const Expr * > Args,CallRef Call,const Stmt * Body,EvalInfo & Info,APValue & Result,const LValue * ResultSlot) HandleFunctionCall() argument
6314 SourceLocation CallLoc = E->getExprLoc(); HandleConstructorCall() local
[all...]