Home
last modified time | relevance | path

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

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