Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1848 OS << "at(" << getOpenMPSimpleClauseTypeName(OMPC_at, Node->getAtKind()) in VisitOMPAtClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1459 OpenMPAtClauseKind getAtKind() const { return Kind; } in getAtKind() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7777 Record.push_back(C->getAtKind()); in VisitOMPAtClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11010 if (AtC && !InExContext && AtC->getAtKind() == OMPC_AT_execution) { in ActOnOpenMPErrorDirective()
11021 if (!AtC || AtC->getAtKind() == OMPC_AT_compilation) { in ActOnOpenMPErrorDirective()
H A DTreeTransform.h10422 return getDerived().RebuildOMPAtClause(C->getAtKind(), C->getAtKindKwLoc(), in TransformOMPAtClause()