Home
last modified time | relevance | path

Searched refs:getParameterKind (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLambdaCapturesChecker.cpp358 auto kind = ImplicitParam->getParameterKind(); in checkASTDecl()
384 auto kind = ImplicitParam->getParameterKind(); in visitLambdaExpr()
H A DASTUtils.cpp195 auto Kind = ImplicitP->getParameterKind(); in isASafeCallArg()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp418 ID.AddInteger(llvm::to_underlying(Cmd->getParameterKind())); in VisitObjCMethodDecl()
423 ID.AddInteger(llvm::to_underlying(Self->getParameterKind())); in VisitObjCMethodDecl()
H A DStmtPrinter.cpp1384 if (PD->getParameterKind() == ImplicitParamKind::ObjCSelf && in isImplicitSelf()
H A DASTImporter.cpp4916 ToType, D->getParameterKind())) in VisitImplicitParamDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp546 if (ID->getParameterKind() == ImplicitParamKind::ObjCSelf) in potentiallyWritesIntoIvar()
1340 if (ImplParam->getParameterKind() == ImplicitParamKind::ObjCSelf) { in showBRParamDiagnostics()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5054 if (IPD->getParameterKind() == ImplicitParamKind::CXXThis || in EmitDeclare()
5055 IPD->getParameterKind() == ImplicitParamKind::ObjCSelf) in EmitDeclare()
5373 if (IPD->getParameterKind() == ImplicitParamKind::ObjCSelf) in EmitDeclareOfBlockDeclRefVariable()
H A DCGDecl.cpp2682 (IPD->getParameterKind() == ImplicitParamKind::ThreadPrivateVar); in EmitParmDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1759 ImplicitParamKind getParameterKind() const { in getParameterKind() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1314 VarDeclBits.addBits(llvm::to_underlying(IPD->getParameterKind()), in VisitVarDecl()