Home
last modified time | relevance | path

Searched refs:LLoc (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp674 CharSourceRange LLoc = SM.getExpansionRange(Tok.getLocation()); in HighlightMacrosImpl() local
677 if (SM.getFileID(LLoc.getBegin()) != FID) { in HighlightMacrosImpl()
682 assert(SM.getFileID(LLoc.getEnd()) == FID && in HighlightMacrosImpl()
697 SM.getExpansionLoc(Tok.getLocation()) == LLoc.getBegin()) { in HighlightMacrosImpl()
725 HighlightRangeCallback(R, LLoc.getBegin(), LLoc.getEnd(), in HighlightMacrosImpl()
727 LLoc.isTokenRange()); in HighlightMacrosImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13013 SourceLocation LLoc = GetLocationForCandidate(L); in operator ()() local
13017 if (LLoc.isValid() && RLoc.isValid()) in operator ()()
13018 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc); in operator ()()
13019 if (LLoc.isValid() && !RLoc.isValid()) in operator ()()
13021 if (RLoc.isValid() && !LLoc.isValid()) in operator ()()
13023 assert(!LLoc.isValid() && !RLoc.isValid()); in operator ()()
13346 SourceLocation LLoc = GetLocationForCandidate(L); in operator ()() local
13350 if (LLoc.isInvalid()) in operator ()()
13355 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc); in operator ()()
15836 ExprResult Sema::CreateOverloadedArraySubscriptExpr(SourceLocation LLoc, in CreateOverloadedArraySubscriptExpr() argument
[all …]
H A DSemaExpr.cpp5188 Sema::CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, in CreateBuiltinArraySubscriptExpr() argument
5259 Diag(LLoc, diag::err_subscript_nonfragile_interface) in CreateBuiltinArraySubscriptExpr()
5268 return ExprError(Diag(LLoc, diag::err_subscript_svbool_t) in CreateBuiltinArraySubscriptExpr()
5322 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_value) in CreateBuiltinArraySubscriptExpr()
5327 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_not_integer) in CreateBuiltinArraySubscriptExpr()
5337 Diag(LLoc, diag::warn_subscript_is_char) << IndexExpr->getSourceRange(); in CreateBuiltinArraySubscriptExpr()
5352 Diag(LLoc, diag::ext_gnu_subscript_void_type) in CreateBuiltinArraySubscriptExpr()
5362 LLoc, ResultType, in CreateBuiltinArraySubscriptExpr()
H A DSemaOpenMP.cpp24201 SourceLocation Loc, SourceLocation LLoc, SourceLocation RLoc) { in ActOnOpenMPDirectivePresenceClause() argument
24204 return OMPAbsentClause::Create(getASTContext(), DKVec, Loc, LLoc, RLoc); in ActOnOpenMPDirectivePresenceClause()
24206 return OMPContainsClause::Create(getASTContext(), DKVec, Loc, LLoc, RLoc); in ActOnOpenMPDirectivePresenceClause()
24492 SourceLocation LLoc, in ActOnOMPIteratorExpr() argument
24787 LLoc, RLoc, ID, Helpers); in ActOnOMPIteratorExpr()
H A DTreeTransform.h2855 RebuildOMPIteratorExpr(SourceLocation IteratorKwLoc, SourceLocation LLoc, in RebuildOMPIteratorExpr() argument
2859 /*Scope=*/nullptr, IteratorKwLoc, LLoc, RLoc, Data); in RebuildOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1745 SourceLocation LLoc, in Create() argument
1749 auto *AC = new (Mem) OMPAbsentClause(Loc, LLoc, RLoc, DKVec.size()); in Create()
1762 SourceLocation Loc, SourceLocation LLoc, SourceLocation RLoc) { in Create() argument
1765 auto *CC = new (Mem) OMPContainsClause(Loc, LLoc, RLoc, DKVec.size()); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h985 SourceLocation Loc, SourceLocation LLoc, SourceLocation RLoc);
1428 SourceLocation LLoc, SourceLocation RLoc,
H A DSema.h7358 ExprResult ActOnArraySubscriptExpr(Scope *S, Expr *Base, SourceLocation LLoc,
7361 ExprResult CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc,
10805 ExprResult CreateOverloadedArraySubscriptExpr(SourceLocation LLoc,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3299 SourceLocation LLoc = Tok.getLocation(); in ParseOpenMPClause() local
3325 CKind, DKVec, Loc, LLoc, RLoc); in ParseOpenMPClause()
3403 SourceLocation LLoc = Tok.getLocation(); in ParseOpenMPSingleExprClause() local
3414 LLoc, RLoc); in ParseOpenMPSingleExprClause()
4168 SourceLocation LLoc = T.getOpenLocation(); in ParseOpenMPIteratorsExpr() local
4258 LLoc, RLoc, Data); in ParseOpenMPIteratorsExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4482 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, in AddrLabelExpr() argument
4485 LabelLoc(LLoc), Label(L) { in AddrLabelExpr()
H A DOpenMPClause.h2346 SourceLocation Loc, SourceLocation LLoc,
2389 SourceLocation Loc, SourceLocation LLoc,