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.h5573 SourceLocation getDependencyLoc() const { return Data.DepLoc; } in getDependencyLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8218 Record.AddSourceLocation(C->getDependencyLoc()); in VisitOMPDependClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11267 {C->getDependencyKind(), C->getDependencyLoc(), C->getColonLoc(), in TransformOMPDependClause()
H A DSemaOpenMP.cpp9374 DependC ? DependC->getDependencyLoc() : DoacrossC->getDependenceLoc(); in checkOpenMPIterationSpace()