reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 9395   void ActOnOpenMPLoopInitialization(SourceLocation ForLoc, Stmt *Init);

References

tools/clang/lib/Parse/ParseStmt.cpp
 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());