Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1707 class OMPAtClause final : public OMPClause {
1740 OMPAtClause(OpenMPAtClauseKind A, SourceLocation ALoc, in OMPAtClause() function
1747 OMPAtClause() in OMPAtClause() function
H A DRecursiveASTVisitor.h3469 bool RecursiveASTVisitor<Derived>::VisitOMPAtClause(OMPAtClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp562 void OMPClauseProfiler::VisitOMPAtClause(const OMPAtClause *C) {} in VisitOMPAtClause()
H A DOpenMPClause.cpp1954 void OMPClausePrinter::VisitOMPAtClause(OMPAtClause *Node) { in VisitOMPAtClause()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td72 let clangClass = "OMPAtClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11227 C = new (Context) OMPAtClause(); in readClause()
11711 void OMPClauseReader::VisitOMPAtClause(OMPAtClause *C) { in VisitOMPAtClause()
H A DASTWriter.cpp8507 void OMPClauseWriter::VisitOMPAtClause(OMPAtClause *C) { in VisitOMPAtClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11073 const OMPAtClause *AtC = in ActOnOpenMPErrorDirective()
11074 OMPExecutableDirective::getSingleClause<OMPAtClause>(Clauses); in ActOnOpenMPErrorDirective()
16424 OMPAtClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPAtClause()
H A DTreeTransform.h10930 OMPClause *TreeTransform<Derived>::TransformOMPAtClause(OMPAtClause *C) { in TransformOMPAtClause()