Searched refs:ImplicitParam (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 37 llvm::Value *This, llvm::Value *ImplicitParam, in commonEmitCXXMemberOrOperatorCall() argument 51 if (ImplicitParam) { in commonEmitCXXMemberOrOperatorCall() 52 Args.add(RValue::get(ImplicitParam), ImplicitParamTy); in commonEmitCXXMemberOrOperatorCall() 81 llvm::Value *This, llvm::Value *ImplicitParam, QualType ImplicitParamTy, in EmitCXXMemberOrOperatorCall() argument 86 *this, MD, This, ImplicitParam, ImplicitParamTy, CE, Args, RtlArgs); in EmitCXXMemberOrOperatorCall() 96 llvm::Value *ImplicitParam, QualType ImplicitParamTy, const CallExpr *CE) { in EmitCXXDestructorCall() argument 113 commonEmitCXXMemberOrOperatorCall(*this, DtorDecl, This, ImplicitParam, in EmitCXXDestructorCall()
|
| H A D | CodeGenFunction.h | 4088 llvm::Value *ImplicitParam, 4093 llvm::Value *ImplicitParam,
|
| H A D | MicrosoftCXXABI.cpp | 1987 llvm::Value *ImplicitParam = llvm::ConstantInt::get( in EmitVirtualDestructorCall() local 2000 ImplicitParam, Context.IntTy, CE); in EmitVirtualDestructorCall()
|
| H A D | CGDecl.cpp | 72 case Decl::ImplicitParam: in EmitDecl()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 61 def ImplicitParam : DeclNode<Var>;
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 440 case Decl::ImplicitParam: in isRedeclarableDeclKind()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 359 case Decl::ImplicitParam: in getSymbolInfo()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Decl.h | 1259 if (K == ParmVar || K == ImplicitParam) in isFileVarDecl() 1655 : VarDecl(ImplicitParam, C, DC, IdLoc, IdLoc, Id, Type, in ImplicitParamDecl() 1662 : VarDecl(ImplicitParam, C, /*DC=*/nullptr, SourceLocation(), in ImplicitParamDecl() 1676 static bool classofKind(Kind K) { return K == ImplicitParam; } in classofKind()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclBase.cpp | 748 case ImplicitParam: in getIdentifierNamespaceForKind()
|
| H A D | Decl.cpp | 1400 case Decl::ImplicitParam: in computeLVForDecl()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 976 if (const auto *ImplicitParam = dyn_cast<ImplicitParamDecl>(ND)) in getBasePriority() local 977 if (ImplicitParam->getIdentifier() && in getBasePriority() 978 ImplicitParam->getIdentifier()->isStr("_cmd")) in getBasePriority()
|
| H A D | SemaExpr.cpp | 3396 case Decl::ImplicitParam: in BuildDeclarationNameExpr()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6664 case Decl::ImplicitParam: in clang_getCursorDefinition() 8127 case Decl::ImplicitParam: in getDeclLanguage()
|