Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp611 CharSourceRange LLoc = SM.getExpansionRange(Tok.getLocation()); in HighlightMacros() local
614 if (SM.getFileID(LLoc.getBegin()) != FID) { in HighlightMacros()
619 assert(SM.getFileID(LLoc.getEnd()) == FID && in HighlightMacros()
634 SM.getExpansionLoc(Tok.getLocation()) == LLoc.getBegin()) { in HighlightMacros()
662 HighlightRange(R, LLoc.getBegin(), LLoc.getEnd(), "<span class='macro'>", in HighlightMacros()
663 Expansion.c_str(), LLoc.isTokenRange()); in HighlightMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp12202 SourceLocation LLoc = GetLocationForCandidate(L); in operator ()() local
12206 if (LLoc.isValid() && RLoc.isValid()) in operator ()()
12208 if (LLoc.isValid() && !RLoc.isValid()) in operator ()()
12210 if (RLoc.isValid() && !LLoc.isValid()) in operator ()()
12212 assert(!LLoc.isValid() && !RLoc.isValid()); in operator ()()
12528 SourceLocation LLoc = GetLocationForCandidate(L); in operator ()() local
12532 if (LLoc.isInvalid()) in operator ()()
15032 DeclarationNameInfo OpNameInfo(OpName, LLoc); in CreateOverloadedArraySubscriptExpr()
15099 *this, MethodArgs, Method, ArgExpr, LLoc); in CreateOverloadedArraySubscriptExpr()
15104 DeclarationNameInfo OpLocInfo(OpName, LLoc); in CreateOverloadedArraySubscriptExpr()
[all …]
H A DSemaExpr.cpp5604 SourceLocation LLoc, SourceLocation RLoc, in ActOnOMPIteratorExpr() argument
5891 LLoc, RLoc, ID, Helpers); in ActOnOMPIteratorExpr()
5895 Sema::CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, in CreateBuiltinArraySubscriptExpr() argument
5966 Diag(LLoc, diag::err_subscript_nonfragile_interface) in CreateBuiltinArraySubscriptExpr()
5995 return ExprError(Diag(LLoc, diag::err_subscript_svbool_t) in CreateBuiltinArraySubscriptExpr()
6045 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_value) in CreateBuiltinArraySubscriptExpr()
6050 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_not_integer) in CreateBuiltinArraySubscriptExpr()
6060 Diag(LLoc, diag::warn_subscript_is_char) << IndexExpr->getSourceRange(); in CreateBuiltinArraySubscriptExpr()
6075 Diag(LLoc, diag::ext_gnu_subscript_void_type) in CreateBuiltinArraySubscriptExpr()
6085 LLoc, ResultType, in CreateBuiltinArraySubscriptExpr()
H A DTreeTransform.h2787 SourceLocation IteratorKwLoc, SourceLocation LLoc, SourceLocation RLoc, in RebuildOMPIteratorExpr() argument
2790 LLoc, RLoc, Data); in RebuildOMPIteratorExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3509 SourceLocation LLoc = Tok.getLocation(); in ParseOpenMPSingleExprClause() local
3519 return Actions.ActOnOpenMPSingleExprClause(Kind, Val.get(), Loc, LLoc, RLoc); in ParseOpenMPSingleExprClause()
4286 SourceLocation LLoc = T.getOpenLocation(); in ParseOpenMPIteratorsExpr() local
4378 return Actions.ActOnOMPIteratorExpr(getCurScope(), IteratorKwLoc, LLoc, RLoc, in ParseOpenMPIteratorsExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4313 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, in AddrLabelExpr() argument
4316 LabelLoc(LLoc), Label(L) { in AddrLabelExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4311 ExprResult CreateOverloadedArraySubscriptExpr(SourceLocation LLoc,
5881 ExprResult ActOnArraySubscriptExpr(Scope *S, Expr *Base, SourceLocation LLoc,
5884 ExprResult CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc,
5914 SourceLocation LLoc, SourceLocation RLoc,