Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DParsedAttr.cpp262 bool ParsedAttr::isParamExpr(size_t N) const { in isParamExpr() function in ParsedAttr
263 return getInfo().isParamExpr(N); in isParamExpr()
H A DSemaDeclAttr.cpp8318 bool ArgMemberCanHoldExpr = AL.isParamExpr(I); in MustDelayAttributeArguments()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h132 virtual bool isParamExpr(size_t N) const { return false; } in isParamExpr() function
629 bool isParamExpr(size_t N) const;
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4077 static bool isParamExpr(const Record *Arg) { in isParamExpr() function
4091 if (isParamExpr(Args[I])) in GenerateIsParamExpr()