| /netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 610 CharSourceRange LLoc = SM.getExpansionRange(Tok.getLocation()); in HighlightMacros() local 613 if (SM.getFileID(LLoc.getBegin()) != FID) { in HighlightMacros() 618 assert(SM.getFileID(LLoc.getEnd()) == FID && in HighlightMacros() 633 SM.getExpansionLoc(Tok.getLocation()) == LLoc.getBegin()) { in HighlightMacros() 661 HighlightRange(R, LLoc.getBegin(), LLoc.getEnd(), "<span class='macro'>", in HighlightMacros() 662 Expansion.c_str(), LLoc.isTokenRange()); in HighlightMacros()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 258 MemoryLocation LLoc = MemoryLocation::get(Lhs_.LoadI); in canSinkBCECmpInst() local 260 if (isModSet(AA.getModRefInfo(Inst, LLoc)) || in canSinkBCECmpInst()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 11470 SourceLocation LLoc = GetLocationForCandidate(L); in operator ()() local 11474 if (LLoc.isInvalid()) return false; in operator ()() 11477 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc); in operator ()() 11728 SourceLocation LLoc = GetLocationForCandidate(L); in operator ()() local 11732 if (LLoc.isInvalid()) in operator ()() 11737 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc); in operator ()() 13973 Sema::CreateOverloadedArraySubscriptExpr(SourceLocation LLoc, in CreateOverloadedArraySubscriptExpr() argument 13986 DeclarationNameInfo OpNameInfo(OpName, LLoc); in CreateOverloadedArraySubscriptExpr() 13987 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc)); in CreateOverloadedArraySubscriptExpr() 14006 OverloadCandidateSet CandidateSet(LLoc, OverloadCandidateSet::CSK_Operator); in CreateOverloadedArraySubscriptExpr() [all …]
|
| H A D | SemaExpr.cpp | 5148 SourceLocation LLoc, SourceLocation RLoc, in ActOnOMPIteratorExpr() argument 5430 LLoc, RLoc, ID, Helpers); in ActOnOMPIteratorExpr() 5434 Sema::CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, in CreateBuiltinArraySubscriptExpr() argument 5504 Diag(LLoc, diag::err_subscript_nonfragile_interface) in CreateBuiltinArraySubscriptExpr() 5556 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_value) in CreateBuiltinArraySubscriptExpr() 5561 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_not_integer) in CreateBuiltinArraySubscriptExpr() 5567 Diag(LLoc, diag::warn_subscript_is_char) << IndexExpr->getSourceRange(); in CreateBuiltinArraySubscriptExpr() 5581 Diag(LLoc, diag::ext_gnu_subscript_void_type) in CreateBuiltinArraySubscriptExpr() 5589 LLoc, ResultType, in CreateBuiltinArraySubscriptExpr()
|
| H A D | TreeTransform.h | 2565 SourceLocation IteratorKwLoc, SourceLocation LLoc, SourceLocation RLoc, in RebuildOMPIteratorExpr() argument 2568 LLoc, RLoc, Data); in RebuildOMPIteratorExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3051 SourceLocation LLoc = Tok.getLocation(); in ParseOpenMPSingleExprClause() local 3061 return Actions.ActOnOpenMPSingleExprClause(Kind, Val.get(), Loc, LLoc, RLoc); in ParseOpenMPSingleExprClause() 3620 SourceLocation LLoc = T.getOpenLocation(); in ParseOpenMPIteratorsExpr() local 3712 return Actions.ActOnOMPIteratorExpr(getCurScope(), IteratorKwLoc, LLoc, RLoc, in ParseOpenMPIteratorsExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 4230 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, in AddrLabelExpr() argument 4233 LabelLoc(LLoc), Label(L) { in AddrLabelExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 3853 ExprResult CreateOverloadedArraySubscriptExpr(SourceLocation LLoc, 5255 ExprResult ActOnArraySubscriptExpr(Scope *S, Expr *Base, SourceLocation LLoc, 5257 ExprResult CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, 5287 SourceLocation LLoc, SourceLocation RLoc,
|