Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h1015 AST_MATCHER(Expr, isTypeDependent) { return Node.isTypeDependent(); } in AST_MATCHER() argument
/external/clang/include/clang/AST/
DExpr.h165 bool isTypeDependent() const { return ExprBits.TypeDependent; } in isTypeDependent() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h185 bool isTypeDependent() const { in isTypeDependent() function