HomeSort by: relevance | last modified time | path
    Searched refs:LLoc (Results 1 - 8 of 8) sorted by relevancy

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

Completed in 103 milliseconds