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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4616   bool CheckLoopHintExpr(Expr *E, SourceLocation Loc);

References

tools/clang/lib/Parse/ParsePragma.cpp
 1134         Actions.CheckLoopHintExpr(R.get(), Toks[0].getLocation()))
tools/clang/lib/Sema/SemaStmtAttr.cpp
  146       if (S.CheckLoopHintExpr(ValueExpr, St->getBeginLoc()))
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1310   if (getSema().CheckLoopHintExpr(TransformedExpr, LH->getLocation()))