Home
last modified time | relevance | path

Searched defs:ParamType (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h77 AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, Param, \ argument
74 AST_MATCHER_FUNCTION_P(ReturnType,DefineMatcher,ParamType,Param) global() argument
128 AST_MATCHER_P(Type,DefineMatcher,ParamType,Param) global() argument
131 AST_MATCHER_P_OVERLOAD(Type,DefineMatcher,ParamType,Param,OverloadId) global() argument
263 AST_POLYMORPHIC_MATCHER_P(DefineMatcher,ReturnTypesF,ParamType,Param) global() argument
269 AST_POLYMORPHIC_MATCHER_P_OVERLOAD(DefineMatcher,ReturnTypesF,ParamType,Param,OverloadId) global() argument
[all...]
/llvm-project/clang/docs/
H A DLibASTMatchers.rst121 .. _astmatchers-writing:
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp302 static bool areRefAndQualCompatible(QualType ArgType, QualType ParamType, in areRefAndQualCompatible() argument
315 static bool isCompatibleWithArrayReference(QualType ArgType, QualType ParamType, in isCompatibleWithArrayReference() argument
344 arePointersStillQualCompatible(QualType ArgType,QualType ParamType,bool & IsParamContinuouslyConst) arePointersStillQualCompatible() argument
361 arePointerTypesCompatible(QualType ArgType,QualType ParamType,bool IsParamContinuouslyConst) arePointerTypesCompatible() argument
387 areTypesCompatible(QualType ArgType,QualType ParamType,const ASTContext & Ctx) areTypesCompatible() argument
[all...]
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DIntrinsicCall.h586 struct ParamType { global() struct
598 tyParamType global() argument
604 kindParamType global() argument
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-param-test.h298 typedef typename std::iterator_traits<ForwardIterator>::value_type ParamType; in ValuesIn() typedef
H A Dgtest.h1676 typedef T ParamType; typedef
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DMissingStdForwardCheck.cpp46 QualType ParamType = in AST_MATCHER() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp136 Type *ParamType = *PI; createWrapper() local
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h172 typedef T ParamType; typedef
401 typedef typename TestClass::ParamType ParamType; typedef
824 typedef ::std::tuple<T...> ParamType; in GTEST_DISABLE_MSC_WARNINGS_POP_() typedef
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp167 const auto *ParamType = in checkPreCall() local
H A DDynamicTypePropagation.cpp863 QualType ParamType = OrigParamType.substObjCTypeArgs( in checkPreObjCMessage() local
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DMemberwiseConstructor.cpp229 QualType ParamType = Info.Field->getType().getLocalUnqualifiedType(); in buildCode() local
/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp181 static bool isRValueRef(QualType ParamType) { in isRValueRef() argument
189 isPointerOrRef(QualType ParamType) isPointerOrRef() argument
624 QualType ParamType = Param->getType(); handleCall() local
858 QualType ParamType = Param->getType(); VisitParmVarDecl() local
[all...]
/llvm-project/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp223 for (const auto &ParamType : FunctionSig.Params) in dump() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h26 enum ParamType { enum
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFFormValueTest.cpp130 using ParamType = std::tuple<Form, uint16_t, uint8_t, DwarfFormat, typedef
[all...]
/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp525 for (const auto &ParamType : Proto->getParamTypes()) isVectorTypeBased() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp429 QualType ParamType = S.Context.getAdjustedParameterType(NTTP->getType()); DeduceNonTypeTemplateArgument() local
1312 hasInconsistentOrSupersetQualifiersOf(QualType ParamType,QualType ArgType) hasInconsistentOrSupersetQualifiersOf() argument
4038 ResolveOverloadForDeduction(Sema & S,TemplateParameterList * TemplateParams,Expr * Arg,QualType ParamType,bool ParamWasReference,TemplateSpecCandidateSet * FailedTSC=nullptr) ResolveOverloadForDeduction() argument
4148 AdjustFunctionParmAndArgTypesForDeduction(Sema & S,TemplateParameterList * TemplateParams,unsigned FirstInnerIndex,QualType & ParamType,QualType & ArgType,Expr::Classification ArgClassification,Expr * Arg,unsigned & TDF,TemplateSpecCandidateSet * FailedTSC=nullptr) AdjustFunctionParmAndArgTypesForDeduction() argument
4328 DeduceTemplateArgumentsFromCallArgument(Sema & S,TemplateParameterList * TemplateParams,unsigned FirstInnerIndex,QualType ParamType,QualType ArgType,Expr::Classification ArgClassification,Expr * Arg,TemplateDeductionInfo & Info,SmallVectorImpl<DeducedTemplateArgument> & Deduced,SmallVectorImpl<Sema::OriginalCallArg> & OriginalCallArgs,bool DecomposedParam,unsigned ArgIdx,unsigned TDF,TemplateSpecCandidateSet * FailedTSC) DeduceTemplateArgumentsFromCallArgument() argument
4428 __anon3c3fec230e02(QualType ParamType, unsigned ArgIdx, bool ExplicitObjectArgument) DeduceTemplateArguments() argument
4458 QualType ParamType = ParamTypes[ParamIdx]; DeduceTemplateArguments() local
4851 QualType ParamType = ConversionGeneric->getParamDecl(0)->getType(); DeduceTemplateArguments() local
[all...]
H A DSemaStmt.cpp4476 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); ActOnCapturedRegionStart() local
4515 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)) ActOnCapturedRegionStart() local
4537 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); ActOnCapturedRegionStart() local
H A DSemaTemplate.cpp7140 isNullPointerValueTemplateArgument(Sema & S,NonTypeTemplateParmDecl * Param,QualType ParamType,Expr * Arg,Decl * Entity=nullptr) isNullPointerValueTemplateArgument() argument
7245 CheckTemplateArgumentIsCompatibleWithParameter(Sema & S,NonTypeTemplateParmDecl * Param,QualType ParamType,Expr * ArgIn,Expr * Arg,QualType ArgType) CheckTemplateArgumentIsCompatibleWithParameter() argument
7302 CheckTemplateArgumentAddressOfObjectOrFunction(Sema & S,NonTypeTemplateParmDecl * Param,QualType ParamType,Expr * ArgIn,TemplateArgument & SugaredConverted,TemplateArgument & CanonicalConverted) CheckTemplateArgumentAddressOfObjectOrFunction() argument
7569 CheckTemplateArgumentPointerToMember(Sema & S,NonTypeTemplateParmDecl * Param,QualType ParamType,Expr * & ResultArg,TemplateArgument & SugaredConverted,TemplateArgument & CanonicalConverted) CheckTemplateArgumentPointerToMember() argument
7706 CheckTemplateArgument(NonTypeTemplateParmDecl * Param,QualType ParamType,Expr * Arg,TemplateArgument & SugaredConverted,TemplateArgument & CanonicalConverted,CheckTemplateArgumentKind CTAK) CheckTemplateArgument() argument
8442 BuildExpressionFromDeclTemplateArgument(const TemplateArgument & Arg,QualType ParamType,SourceLocation Loc,NamedDecl * TemplateParam) BuildExpressionFromDeclTemplateArgument() argument
[all...]
/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp376 for (auto ParamType : Sig.ParamTypes) in writeSectionContent() local
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2477 QualType ParamType = getNonObjectParameter(0)->getType(); isCopyAssignmentOperator() local
2497 QualType ParamType = getNonObjectParameter(0)->getType(); isMoveAssignmentOperator() local
2836 CanQualType ParamType = Context.getCanonicalType(Param->getType()); isSpecializationCopyingObject() local
[all...]
H A DODRHash.cpp1059 for (auto ParamType : T->getParamTypes()) VisitFunctionProtoType() local
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp619 static bool isNonConstReferenceType(QualType ParamType) { in isNonConstReferenceType() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp402 QualType ParamType = Parameter->getType(); processArgument() local

12