Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDXILEmitter.cpp73 static ParameterKind getParameterKind(const Record *R) { in getParameterKind() function
380 ParamKindVec.emplace_back(getParameterKind(Op.OpTypes[i])); in emitDXILOperationTable()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDODRHash.cpp399 ID.AddInteger(llvm::to_underlying(Cmd->getParameterKind())); in VisitObjCMethodDecl()
404 ID.AddInteger(llvm::to_underlying(Self->getParameterKind())); in VisitObjCMethodDecl()
HDStmtPrinter.cpp1250 if (PD->getParameterKind() == ImplicitParamKind::ObjCSelf && in isImplicitSelf()
HDASTImporter.cpp4643 ToType, D->getParameterKind())) in VisitImplicitParamDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp639 if (ID->getParameterKind() == ImplicitParamKind::ObjCSelf) in potentiallyWritesIntoIvar()
1401 if (ImplParam->getParameterKind() == ImplicitParamKind::ObjCSelf) { in showBRParamDiagnostics()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp4794 if (IPD->getParameterKind() == ImplicitParamKind::CXXThis || in EmitDeclare()
4795 IPD->getParameterKind() == ImplicitParamKind::ObjCSelf) in EmitDeclare()
5110 if (IPD->getParameterKind() == ImplicitParamKind::ObjCSelf) in EmitDeclareOfBlockDeclRefVariable()
HDCGDecl.cpp2601 (IPD->getParameterKind() == ImplicitParamKind::ThreadPrivateVar); in EmitParmDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h1712 ImplicitParamKind getParameterKind() const { in getParameterKind() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp1152 VarDeclBits.addBits(llvm::to_underlying(IPD->getParameterKind()), in VisitVarDecl()