Home
last modified time | relevance | path

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

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