Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1042 AST_MATCHER(Expr, isValueDependent) { return Node.isValueDependent(); } in AST_MATCHER() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h168 bool isValueDependent() const { in isValueDependent() function