Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp274 bool ParsedAttr::isParamExpr(size_t N) const { in isParamExpr() function in ParsedAttr
275 return getInfo().isParamExpr(N); in isParamExpr()
H A DSemaDeclAttr.cpp6235 bool ArgMemberCanHoldExpr = AL.isParamExpr(I); in MustDelayAttributeArguments()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h530 bool isParamExpr(size_t N) const;
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4586 static bool isParamExpr(const Record *Arg) { in isParamExpr() function
4600 if (isParamExpr(Args[I])) in GenerateIsParamExpr()