Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp889 checkFunctionCallABIStreaming(CodeGenModule & CGM,SourceLocation CallLoc,const FunctionDecl * Caller,const FunctionDecl * Callee) const checkFunctionCallABIStreaming() argument
916 checkFunctionCallABISoftFloat(CodeGenModule & CGM,SourceLocation CallLoc,const FunctionDecl * Caller,const FunctionDecl * Callee,const CallArgList & Args,QualType ReturnType) const checkFunctionCallABISoftFloat() argument
934 checkFunctionCallABI(CodeGenModule & CGM,SourceLocation CallLoc,const FunctionDecl * Caller,const FunctionDecl * Callee,const CallArgList & Args,QualType ReturnType) const checkFunctionCallABI() argument
[all...]
H A DX86.cpp1508 checkAVXParamFeature(DiagnosticsEngine & Diag,SourceLocation CallLoc,const llvm::StringMap<bool> & CallerMap,const llvm::StringMap<bool> & CalleeMap,QualType Ty,StringRef Feature,bool IsArgument) checkAVXParamFeature() argument
1530 checkAVX512ParamFeature(DiagnosticsEngine & Diag,SourceLocation CallLoc,const llvm::StringMap<bool> & CallerMap,const llvm::StringMap<bool> & CalleeMap,QualType Ty,bool IsArgument) checkAVX512ParamFeature() argument
1548 checkAVXParam(DiagnosticsEngine & Diag,ASTContext & Ctx,SourceLocation CallLoc,const llvm::StringMap<bool> & CallerMap,const llvm::StringMap<bool> & CalleeMap,QualType Ty,bool IsArgument) checkAVXParam() argument
1565 checkFunctionCallABI(CodeGenModule & CGM,SourceLocation CallLoc,const FunctionDecl * Caller,const FunctionDecl * Callee,const CallArgList & Args,QualType ReturnType) const checkFunctionCallABI() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h94 checkFunctionCallABI(CodeGenModule & CGM,SourceLocation CallLoc,const FunctionDecl * Caller,const FunctionDecl * Callee,const CallArgList & Args,QualType ReturnType) checkFunctionCallABI() argument
H A DCGExprCXX.cpp343 SourceLocation CallLoc; EmitCXXMemberOrOperatorMemberCallExpr() local
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp928 SourceLocation CallLoc = Data->Loc.acquire(); handleFunctionTypeMismatch() local
/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp896 SourceLocation CallLoc = Awaiter->getExprLoc(); BuildResolvedCoawaitExpr() local
H A DSemaLambda.cpp393 DiagnoseInvalidExplicitObjectParameterInLambda(CXXMethodDecl * Method,SourceLocation CallLoc) DiagnoseInvalidExplicitObjectParameterInLambda() argument
H A DSemaExpr.cpp5276 CheckCXXDefaultArgExpr(SourceLocation CallLoc,FunctionDecl * FD,ParmVarDecl * Param,Expr * RewrittenInit,bool SkipImmediateInvocations) CheckCXXDefaultArgExpr() argument
5415 BuildCXXDefaultArgExpr(SourceLocation CallLoc,FunctionDecl * FD,ParmVarDecl * Param,Expr * Init) BuildCXXDefaultArgExpr() argument
5856 GatherArgumentsForCall(SourceLocation CallLoc,FunctionDecl * FDecl,const FunctionProtoType * Proto,unsigned FirstParam,ArrayRef<Expr * > Args,SmallVectorImpl<Expr * > & AllArgs,VariadicCallType CallType,bool AllowExplicit,bool IsListInitialization) GatherArgumentsForCall() argument
5970 CheckStaticArrayArgument(SourceLocation CallLoc,ParmVarDecl * Param,const Expr * ArgExpr) CheckStaticArrayArgument() argument
6261 tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs(Sema & S,const UnresolvedMemberExpr * const UME,SourceLocation CallLoc) tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs() argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp4630 InstantiateDefaultArgument(SourceLocation CallLoc,FunctionDecl * FD,ParmVarDecl * Param) InstantiateDefaultArgument() argument
H A DSemaOverload.cpp7138 convertArgsForAvailabilityChecks(Sema & S,FunctionDecl * Function,Expr * ThisArg,SourceLocation CallLoc,ArrayRef<Expr * > Args,Sema::SFINAETrap & Trap,bool MissingImplicitThis,Expr * & ConvertedThis,SmallVectorImpl<Expr * > & ConvertedArgs) convertArgsForAvailabilityChecks() argument
7200 CheckEnableIf(FunctionDecl * Function,SourceLocation CallLoc,ArrayRef<Expr * > Args,bool MissingImplicitThis) CheckEnableIf() argument
H A DSemaChecking.cpp8565 isArgumentExpandedFromMacro(SourceManager & SM,SourceLocation CallLoc,SourceLocation ArgLoc) isArgumentExpandedFromMacro() argument
8591 SourceLocation CallLoc = Call->getRParenLoc(); CheckMemaccessSize() local
H A DSemaDeclCXX.cpp186 CalledDecl(SourceLocation CallLoc,const CXXMethodDecl * Method) CalledDecl() argument
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7263 LocTy CallLoc = Lex.getLoc(); parseInvoke() local
7561 LocTy CallLoc = Lex.getLoc(); parseCallBr() local
7977 LocTy CallLoc = Lex.getLoc(); parseCall() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3261 SourceLocation CallLoc = CP->callEnter.asLocation(); getFirstStackedCallToHeaderFile() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3626 CheckArraySize(EvalInfo & Info,const ConstantArrayType * CAT,SourceLocation CallLoc={}) CheckArraySize() argument
5659 CheckConstexprFunction(EvalInfo & Info,SourceLocation CallLoc,const FunctionDecl * Declaration,const FunctionDecl * Definition,const Stmt * Body) CheckConstexprFunction() argument
6301 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
6360 SourceLocation CallLoc = E->getExprLoc(); HandleConstructorCall() local
[all...]