Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4720 SourceLocation getDependencyLoc() const { return DepLoc; } in getDependencyLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6396 Record.AddSourceLocation(C->getDependencyLoc()); in VisitOMPDependClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8716 Pair.first->getDependencyLoc()); in checkOpenMPIterationSpace()
8721 Pair.first->getDependencyLoc(), in checkOpenMPIterationSpace()
H A DTreeTransform.h9855 DepModifier, C->getDependencyKind(), C->getDependencyLoc(), in TransformOMPDependClause()