Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp32 AST_MATCHER(Type, isDependentType) { return Node.isDependentType(); } in AST_MATCHER() argument
/llvm-project/clang/include/clang/AST/
H A DDecl.h3750 bool isDependentType() const { return isDependentContext(); } isDependentType() function