Home
last modified time | relevance | path

Searched refs:isParamExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDParsedAttr.cpp274 bool ParsedAttr::isParamExpr(size_t N) const { in isParamExpr() function in ParsedAttr
275 return getInfo().isParamExpr(N); in isParamExpr()
HDSemaDeclAttr.cpp6235 bool ArgMemberCanHoldExpr = AL.isParamExpr(I); in MustDelayAttributeArguments()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDParsedAttrInfo.h143 virtual bool isParamExpr(size_t N) const { return false; } in isParamExpr() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDParsedAttr.h530 bool isParamExpr(size_t N) const;
/freebsd-14-stable/contrib/llvm-project/clang/utils/TableGen/
HDClangAttrEmitter.cpp4586 static bool isParamExpr(const Record *Arg) { in isParamExpr() function
4600 if (isParamExpr(Args[I])) in GenerateIsParamExpr()