Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7232 const ValueDecl *DepDecl = nullptr; member in __anon4581b7f83411::OpenMPIterationSpaceChecker
7450 const ValueDecl *DepDecl = nullptr; member in __anon4581b7f83411::__anon4581b7f83511::LoopCounterRefChecker
7481 (DepDecl || (PrevDepDecl && in checkDecl()
7483 if (!DepDecl && PrevDepDecl) in checkDecl()
7484 DepDecl = PrevDepDecl; in checkDecl()
7487 DepDecl->getNameForDiagnostic(OS, SemaRef.getPrintingPolicy(), in checkDecl()
7495 DepDecl = VD; in checkDecl()
7535 return DepDecl; in getDepDecl()
7545 DepDecl, SupportsNonRectangular); in doesDependOnLoopCounter()
7547 DepDecl = LoopStmtChecker.getDepDecl(); in doesDependOnLoopCounter()