Home
last modified time | relevance | path

Searched refs:IsDeclTyDependent (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp5369 bool IsDeclTyDependent = DeclTy->isDependentType() || in ActOnOMPIteratorExpr() local
5372 if (!IsDeclTyDependent) { in ActOnOMPIteratorExpr()
5419 if (!IsDeclTyDependent && Begin && !Begin->isTypeDependent()) { in ActOnOMPIteratorExpr()
5425 if (!IsDeclTyDependent && End && !End->isTypeDependent()) { in ActOnOMPIteratorExpr()
5430 if (!IsDeclTyDependent && Step && !Step->isTypeDependent()) { in ActOnOMPIteratorExpr()