Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DOpenMPClause.cpp430 Clause->setDependencyLoc(DepLoc); in Create()
/external/clang/include/clang/AST/
DOpenMPClause.h2455 void setDependencyLoc(SourceLocation Loc) { DepLoc = Loc; } in setDependencyLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2168 C->setDependencyLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPDependClause()