Home
last modified time | relevance | path

Searched defs:isParamExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h143 virtual bool isParamExpr(size_t N) const { return false; } in isParamExpr() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp268 bool ParsedAttr::isParamExpr(size_t N) const { isParamExpr() function in ParsedAttr
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4440 static bool isParamExpr(const Record *Arg) { isParamExpr() function