Home
last modified time | relevance | path

Searched refs:setDependencyLoc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp1008 Clause->setDependencyLoc(DepLoc); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4565 void setDependencyLoc(SourceLocation Loc) { DepLoc = Loc; } in setDependencyLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp12482 C->setDependencyLoc(Record.readSourceLocation()); in VisitOMPDependClause()