reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9395 void ActOnOpenMPLoopInitialization(SourceLocation ForLoc, Stmt *Init);
1896 Actions.ActOnOpenMPLoopInitialization(ForLoc, FirstPart.get());
tools/clang/lib/Sema/SemaStmt.cpp 2680 ActOnOpenMPLoopInitialization(ForLoc, BeginDeclStmt.get());
tools/clang/lib/Sema/TreeTransform.h 6957 getSema().ActOnOpenMPLoopInitialization(S->getForLoc(), Init.get());