Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DOpenMPClause.cpp530 Clause->setDependencyLoc(DepLoc); in Create()
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp970 Clause->setDependencyLoc(DepLoc); in Create()
/external/clang/include/clang/AST/
DOpenMPClause.h2616 void setDependencyLoc(SourceLocation Loc) { DepLoc = Loc; } in setDependencyLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2246 C->setDependencyLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPDependClause()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h4471 void setDependencyLoc(SourceLocation Loc) { DepLoc = Loc; } in setDependencyLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12557 C->setDependencyLoc(Record.readSourceLocation()); in VisitOMPDependClause()