Home
last modified time | relevance | path

Searched defs:isValueDependent (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1048 AST_MATCHER(Expr, isValueDependent) { return Node.isValueDependent(); } in AST_MATCHER() argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h175 bool isValueDependent() const { in isValueDependent() function