Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1462 SourceLocation getAtKindKwLoc() const { return KindKwLoc; } in getAtKindKwLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7779 Record.AddSourceLocation(C->getAtKindKwLoc()); in VisitOMPAtClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10422 return getDerived().RebuildOMPAtClause(C->getAtKind(), C->getAtKindKwLoc(), in TransformOMPAtClause()
H A DSemaOpenMP.cpp11011 Diag(AtC->getAtKindKwLoc(), diag::err_omp_unexpected_execution_modifier); in ActOnOpenMPErrorDirective()