Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h2646 SourceLocation getDependencyLoc() const { return DepLoc; } in getDependencyLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2022 Record.AddSourceLocation(C->getDependencyLoc()); in VisitOMPDependClause()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h4518 SourceLocation getDependencyLoc() const { return DepLoc; } in getDependencyLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6565 Record.AddSourceLocation(C->getDependencyLoc()); in VisitOMPDependClause()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp7968 Pair.first->getDependencyLoc()); in checkOpenMPIterationSpace()
7973 Pair.first->getDependencyLoc(), in checkOpenMPIterationSpace()
DTreeTransform.h9561 DepModifier, C->getDependencyKind(), C->getDependencyLoc(), in TransformOMPDependClause()
/external/clang/lib/Sema/
DTreeTransform.h8008 C->getDependencyKind(), C->getDependencyLoc(), C->getColonLoc(), Vars, in TransformOMPDependClause()