Searched refs:LBLoc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 441 ExprResult ActOnArraySectionExpr(Expr *Base, SourceLocation LBLoc,
|
H A D | DeclSpec.h | 1697 SourceLocation LBLoc, SourceLocation RBLoc) { in getArray() 1700 I.Loc = LBLoc; in getArray()
|
H A D | SemaOpenMP.h | 1335 ExprResult ActOnOMPArraySectionExpr(Expr *Base, SourceLocation LBLoc,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 1413 ExprResult SemaOpenACC::ActOnArraySectionExpr(Expr *Base, SourceLocation LBLoc, in ActOnArraySectionExpr() argument
|
H A D | SemaOpenMP.cpp | 23247 Expr *Base, SourceLocation LBLoc, Expr *LowerBound, in ActOnOMPArraySectionExpr() argument
|