Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1851 if (!LastRoutineDecl) in CheckLastRoutineDeclNameConflict()
1861 if (LastRoutineDecl->getDeclContext() != ND->getLexicalDeclContext()) in CheckLastRoutineDeclNameConflict()
1866 getFunctionFromRoutineName(LastRoutineDecl->getFunctionReference()); in CheckLastRoutineDeclNameConflict()
1880 SemaRef.SourceMgr.getSpellingLineNumber(LastRoutineDecl->getBeginLoc()); in CheckLastRoutineDeclNameConflict()
1891 Diag(LastRoutineDecl->getFunctionReference()->getBeginLoc(), in CheckLastRoutineDeclNameConflict()
2415 LastRoutineDecl = OpenACCRoutineDecl::Create( in CheckRoutineDecl()
2418 LastRoutineDecl->setAccess(AS_public); in CheckRoutineDecl()
2419 getCurContext()->addDecl(LastRoutineDecl); in CheckRoutineDecl()
2421 return LastRoutineDecl; in CheckRoutineDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h225 OpenACCRoutineDecl *LastRoutineDecl = nullptr; variable