Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtOpenMP.cpp67 Dir->setAssociatedStmt(AssociatedStmt); in Create()
95 Dir->setAssociatedStmt(AssociatedStmt); in Create()
137 Dir->setAssociatedStmt(AssociatedStmt); in Create()
190 Dir->setAssociatedStmt(AssociatedStmt); in Create()
239 Dir->setAssociatedStmt(AssociatedStmt); in Create()
263 Dir->setAssociatedStmt(AssociatedStmt); in Create()
288 Dir->setAssociatedStmt(AssociatedStmt); in Create()
310 Dir->setAssociatedStmt(AssociatedStmt); in Create()
333 Dir->setAssociatedStmt(AssociatedStmt); in Create()
359 Dir->setAssociatedStmt(AssociatedStmt); in Create()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h85 void setAssociatedStmt(Stmt *S) { in setAssociatedStmt() function
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp48 Data->setAssociatedStmt(S); in Create()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2484 E->setAssociatedStmt(Reader.ReadSubStmt()); in VisitOMPExecutableDirective()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h7954 void setAssociatedStmt(Stmt *S) { in setAssociatedStmt() function
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp13049 Data->setAssociatedStmt(readStmt()); in readOMPChildren()