Searched refs:LLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp523 std::pair<SourceLocation, SourceLocation> LLoc = local
527 if (SM.getFileID(LLoc.first) != FID) {
532 assert(SM.getFileID(LLoc.second) == FID &&
547 SM.getExpansionLoc(Tok.getLocation()) == LLoc.first) {
576 HighlightRange(R, LLoc.first, LLoc.second,
/external/clang/lib/Sema/
H A DSemaOverload.cpp8798 SourceLocation LLoc = GetLocationForCandidate(L); local
8802 if (LLoc.isInvalid()) return false;
8805 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
10495 Sema::CreateOverloadedArraySubscriptExpr(SourceLocation LLoc, argument
10508 DeclarationNameInfo OpNameInfo(OpName, LLoc);
10509 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10532 OverloadCandidateSet CandidateSet(LLoc);
10537 AddMemberOperatorCandidates(OO_Subscript, LLoc, Args, 2, CandidateSet);
10540 AddBuiltinOperatorCandidates(OO_Subscript, LLoc, Args, 2, CandidateSet);
10546 switch (CandidateSet.BestViableFunction(*this, LLoc, Bes
[all...]
H A DSemaExpr.cpp3397 Sema::CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, argument
3444 Diag(LLoc, diag::err_subscript_nonfragile_interface)
3460 Diag(LLoc, diag::err_subscript_nonfragile_interface)
3500 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_value)
3505 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_not_integer)
3511 Diag(LLoc, diag::warn_subscript_is_char) << IndexExpr->getSourceRange();
3525 Diag(LLoc, diag::ext_gnu_subscript_void_type)
3532 RequireCompleteType(LLoc, ResultType,
/external/clang/include/clang/AST/
H A DExpr.h3287 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, argument
3291 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {}
/external/clang/include/clang/Sema/
H A DSema.h2136 ExprResult CreateOverloadedArraySubscriptExpr(SourceLocation LLoc,
3128 ExprResult ActOnArraySubscriptExpr(Scope *S, Expr *Base, SourceLocation LLoc,
3130 ExprResult CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc,

Completed in 158 milliseconds