Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h10318 SmallVector<AssumptionAttr *, 4> OMPAssumeGlobal; variable
10465 bool hasGlobalOpenMPAssumes() const { return !OMPAssumeGlobal.empty(); } in hasGlobalOpenMPAssumes()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp3235 OMPAssumeGlobal.push_back(AA); in ActOnOpenMPAssumesDirective()
6629 for (AssumptionAttr *AA : OMPAssumeGlobal) in ActOnFinishedFunctionDefinitionInOpenMPAssumeScope()