Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp675 CharSourceRange LLoc = SM.getExpansionRange(Tok.getLocation()); in HighlightMacrosImpl() local
678 if (SM.getFileID(LLoc.getBegin()) != FID) { in HighlightMacrosImpl()
683 assert(SM.getFileID(LLoc.getEnd()) == FID && in HighlightMacrosImpl()
698 SM.getExpansionLoc(Tok.getLocation()) == LLoc.getBegin()) { in HighlightMacrosImpl()
726 HighlightRangeCallback(R, LLoc.getBegin(), LLoc.getEnd(), in HighlightMacrosImpl()
728 LLoc.isTokenRange()); in HighlightMacrosImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp12299 SourceLocation LLoc = GetLocationForCandidate(L); in operator ()() local
12303 if (LLoc.isValid() && RLoc.isValid()) in operator ()()
12304 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc); in operator ()()
12305 if (LLoc.isValid() && !RLoc.isValid()) in operator ()()
12307 if (RLoc.isValid() && !LLoc.isValid()) in operator ()()
12309 assert(!LLoc.isValid() && !RLoc.isValid()); in operator ()()
12625 SourceLocation LLoc = GetLocationForCandidate(L); in operator ()() local
12629 if (LLoc.isInvalid()) in operator ()()
12634 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc); in operator ()()
15020 ExprResult Sema::CreateOverloadedArraySubscriptExpr(SourceLocation LLoc, in CreateOverloadedArraySubscriptExpr() argument
[all …]
H A DSemaExpr.cpp5090 Sema::CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, in CreateBuiltinArraySubscriptExpr() argument
5161 Diag(LLoc, diag::err_subscript_nonfragile_interface) in CreateBuiltinArraySubscriptExpr()
5170 return ExprError(Diag(LLoc, diag::err_subscript_svbool_t) in CreateBuiltinArraySubscriptExpr()
5224 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_value) in CreateBuiltinArraySubscriptExpr()
5229 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_not_integer) in CreateBuiltinArraySubscriptExpr()
5239 Diag(LLoc, diag::warn_subscript_is_char) << IndexExpr->getSourceRange(); in CreateBuiltinArraySubscriptExpr()
5254 Diag(LLoc, diag::ext_gnu_subscript_void_type) in CreateBuiltinArraySubscriptExpr()
5264 LLoc, ResultType, in CreateBuiltinArraySubscriptExpr()
H A DTreeTransform.h2822 RebuildOMPIteratorExpr(SourceLocation IteratorKwLoc, SourceLocation LLoc, in RebuildOMPIteratorExpr() argument
2826 /*Scope=*/nullptr, IteratorKwLoc, LLoc, RLoc, Data); in RebuildOMPIteratorExpr()
H A DSemaOpenMP.cpp23509 SourceLocation LLoc, in ActOnOMPIteratorExpr() argument
23804 LLoc, RLoc, ID, Helpers); in ActOnOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3414 SourceLocation LLoc = Tok.getLocation(); in ParseOpenMPSingleExprClause() local
3425 LLoc, RLoc); in ParseOpenMPSingleExprClause()
4229 SourceLocation LLoc = T.getOpenLocation(); in ParseOpenMPIteratorsExpr() local
4322 LLoc, RLoc, Data); in ParseOpenMPIteratorsExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1358 SourceLocation LLoc, SourceLocation RLoc,
H A DSema.h6935 ExprResult ActOnArraySubscriptExpr(Scope *S, Expr *Base, SourceLocation LLoc,
6938 ExprResult CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc,
10590 ExprResult CreateOverloadedArraySubscriptExpr(SourceLocation LLoc,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4366 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, in AddrLabelExpr() argument
4369 LabelLoc(LLoc), Label(L) { in AddrLabelExpr()