Searched defs:ArgPos (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/android/ |
H A D | CloexecOpenCheck.cpp | 35 int ArgPos = (FD->param_size() > 2) ? 2 : 1; in check() local
|
H A D | CloexecCheck.cpp | 52 StringRef MacroFlag, int ArgPos) { in insertMacroFlag() 81 const int ArgPos) { in insertStringFlag()
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | NotNullTerminatedResultCheck.cpp | 371 static void lengthArgPosHandle(unsigned ArgPos, LengthHandleKind LengthHandle, in lengthArgPosHandle() 407 static void removeArg(int ArgPos, const MatchFinder::MatchResult &Result, in removeArg()
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 2003 const IRPosition &ArgPos = IRPosition::argument(*Arg); updateImpl() local 2372 const IRPosition &ArgPos = IRPosition::argument(*Arg); updateImpl() local 4341 const IRPosition &ArgPos = IRPosition::argument(*Arg); updateImpl() local 5650 const IRPosition &ArgPos = IRPosition::argument(*Arg); updateImpl() local 6017 const IRPosition &ArgPos = IRPosition::argument(*Arg); updateImpl() local 7954 const IRPosition &ArgPos = IRPosition::argument(*Arg); updateImpl() local [all...] |
H A D | Attributor.cpp | 3476 IRPosition ArgPos = IRPosition::argument(Arg); identifyDefaultAbstractAttributes() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 3189 unsigned ArgPos; HandleFunctionTypeMismatch() local 3226 FunctionParamTypesAreEqual(ArrayRef<QualType> Old,ArrayRef<QualType> New,unsigned * ArgPos,bool Reversed) FunctionParamTypesAreEqual() argument 3254 FunctionParamTypesAreEqual(const FunctionProtoType * OldType,const FunctionProtoType * NewType,unsigned * ArgPos,bool Reversed) FunctionParamTypesAreEqual() argument 3261 FunctionNonObjectParamTypesAreEqual(const FunctionDecl * OldFunction,const FunctionDecl * NewFunction,unsigned * ArgPos,bool Reversed) FunctionNonObjectParamTypesAreEqual() argument [all...] |