| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 74 #define AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) \ argument 77 #define AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, \ argument 128 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument 131 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ argument 263 #define AST_POLYMORPHIC_MATCHER_P(DefineMatcher, ReturnTypesF, ParamType, \ argument 269 ParamType, Param, OverloadId) \ argument
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | LibASTMatchers.rst | 121 .. _astmatchers-writing:
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 181 static bool isRValueRef(QualType ParamType) { in isRValueRef() 189 static bool isPointerOrRef(QualType ParamType) { in isPointerOrRef() 624 QualType ParamType = Param->getType(); in handleCall() local 858 QualType ParamType = Param->getType(); in VisitParmVarDecl() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 136 Type *ParamType = *PI; in createWrapper() local
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MismatchedIteratorChecker.cpp | 177 const auto *ParamType = in checkPreCall() local
|
| H A D | DynamicTypePropagation.cpp | 865 QualType ParamType = OrigParamType.substObjCTypeArgs( in checkPreObjCMessage() local
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 221 for (const auto &ParamType : FunctionSig.Params) in dump() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineFunctionInfo.h | 26 enum ParamType { enum
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 410 QualType ParamType = S.Context.getAdjustedParameterType(NTTP->getType()); in DeduceNonTypeTemplateArgument() local 1143 static bool hasInconsistentOrSupersetQualifiersOf(QualType ParamType, in hasInconsistentOrSupersetQualifiersOf() 3731 Expr *Arg, QualType ParamType, in ResolveOverloadForDeduction() 3837 QualType &ParamType, QualType &ArgType, Expr *Arg, unsigned &TDF) { in AdjustFunctionParmAndArgTypesForDeduction() 4007 QualType ParamType, Expr *Arg, TemplateDeductionInfo &Info, in DeduceTemplateArgumentsFromCallArgument() 4117 auto DeduceCallArgument = [&](QualType ParamType, unsigned ArgIdx) { in DeduceTemplateArguments() 4136 QualType ParamType = ParamTypes[ParamIdx]; in DeduceTemplateArguments() local
|
| H A D | SemaTemplate.cpp | 6475 QualType ParamType, Expr *Arg, in isNullPointerValueTemplateArgument() 6580 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentIsCompatibleWithParameter() 6637 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentAddressOfObjectOrFunction() 6904 QualType ParamType, Expr *&ResultArg, in CheckTemplateArgumentPointerToMember() 7047 QualType ParamType, Expr *Arg, in CheckTemplateArgument() 7783 QualType ParamType, in BuildExpressionFromDeclTemplateArgument()
|
| H A D | SemaStmt.cpp | 4710 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local 4748 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)) in ActOnCapturedRegionStart() local 4770 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
|
| H A D | SemaDeclCXX.cpp | 4762 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitBaseInitializer() local 4832 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitMemberInitializer() local 10618 QualType ParamType = Constructor->getParamDecl(0)->getType(); in CheckConstructor() local 10658 QualType ParamType = OperatorDelete->getParamDecl(0)->getType(); in CheckDestructor() local 15985 QualType ParamType = Param->getType().getNonReferenceType(); in CheckOverloadedOperatorDeclaration() local 16099 QualType ParamType = LastParam->getType(); in CheckOverloadedOperatorDeclaration() local 16209 QualType ParamType = Param->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
|
| H A D | SemaCodeComplete.cpp | 3626 QualType ParamType = (*P)->getType(); in createCodeCompletionStringForDecl() local 6022 QualType ParamType; in getParamType() local 6191 QualType ParamType = ProduceSignatureHelp(*this, Results, Args.size(), in ProduceCallSignatureHelp() local 9545 QualType ParamType; in CodeCompleteObjCMethodDecl() local
|
| H A D | SemaOverload.cpp | 6642 QualType ParamType = Proto->getParamType(ArgIdx); in AddOverloadCandidate() local 7159 QualType ParamType = Proto->getParamType(ArgIdx); in AddMethodCandidate() local 7387 QualType ParamType = ParamTypes[I]; in CheckNonDependentConversions() local 7790 QualType ParamType = Proto->getParamType(ArgIdx); in AddSurrogateCandidate() local
|
| H A D | SemaChecking.cpp | 11017 QualType ParamType = getAbsoluteValueArgumentType(Context, Kind); in getBestAbsFunction() local 11182 QualType ParamType = FDecl->getParamDecl(0)->getType(); in emitReplacement() local 11253 QualType ParamType = Call->getArg(0)->getType(); in CheckAbsoluteValueFunction() local
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenTarget.cpp | 933 MVT ParamType = MVT(IS.ParamVTs[ParamIdx]); in isParamAPointer() local
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 376 for (auto ParamType : Sig.ParamTypes) in writeSectionContent() local
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.cpp | 372 QualType ParamType = Param->getType(); in pushCallInternal() local
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2421 QualType ParamType = getParamDecl(0)->getType(); in isCopyAssignmentOperator() local 2441 QualType ParamType = getParamDecl(0)->getType(); in isMoveAssignmentOperator() local 2768 CanQualType ParamType = Context.getCanonicalType(Param->getType()); in isSpecializationCopyingObject() local
|
| H A D | ODRHash.cpp | 1058 for (auto ParamType : T->getParamTypes()) in VisitFunctionProtoType() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 598 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() argument
|
| H A D | DataFlowSanitizer.cpp | 878 Type *ParamType = T->getParamType(I); in getCustomFunctionType() local
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 399 QualType ParamType = Parameter->getType(); in processArgument() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1094 uint32_t ParamType = readUint8(Ctx); in parseTypeSection() local
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1446 for (const QualType &ParamType : FPT->param_types()) in CreateType() local 4042 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType() local
|