Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5019 SourceLocation getDependencyLoc() const { return Data.DepLoc; } in getDependencyLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7496 Record.AddSourceLocation(C->getDependencyLoc()); in VisitOMPDependClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10758 {C->getDependencyKind(), C->getDependencyLoc(), C->getColonLoc(), in TransformOMPDependClause()
H A DSemaOpenMP.cpp9333 DependC ? DependC->getDependencyLoc() : DoacrossC->getDependenceLoc(); in checkOpenMPIterationSpace()