Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp2433 Decl *NextLineDecl = nullptr; in ActOnEndRoutineDeclDirective() local
2435 NextLineDecl = NextDecl.get().getSingleDecl(); in ActOnEndRoutineDeclDirective()
2437 CheckRoutineDecl(DirLoc, Clauses, NextLineDecl); in ActOnEndRoutineDeclDirective()
2455 Decl *NextLineDecl = nullptr; in ActOnEndRoutineStmtDirective() local
2458 NextLineDecl = DS->getSingleDecl(); in ActOnEndRoutineStmtDirective()
2460 CheckRoutineDecl(DirLoc, Clauses, NextLineDecl); in ActOnEndRoutineStmtDirective()