Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h1026 AST_MATCHER(Expr, isValueDependent) { return Node.isValueDependent(); } in AST_MATCHER() argument
/external/clang/include/clang/AST/
DExpr.h147 bool isValueDependent() const { return ExprBits.ValueDependent; } in isValueDependent() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h168 bool isValueDependent() const { in isValueDependent() function