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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4686   ExprResult ActOnOMPArraySectionExpr(Expr *Base, SourceLocation LBLoc,

References

tools/clang/lib/Parse/ParseExpr.cpp
 1610           LHS = Actions.ActOnOMPArraySectionExpr(LHS.get(), Loc, Idx.get(),
tools/clang/lib/Sema/SemaExpr.cpp
 4334     return ActOnOMPArraySectionExpr(base, lbLoc, idx, SourceLocation(),
tools/clang/lib/Sema/TreeTransform.h
 2272     return getSema().ActOnOMPArraySectionExpr(Base, LBracketLoc, LowerBound,