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.cpp8683 SourceLocation LLoc = GetLocationForCandidate(L); local
8687 if (LLoc.isInvalid()) return false;
8690 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
10360 Sema::CreateOverloadedArraySubscriptExpr(SourceLocation LLoc, argument
10373 DeclarationNameInfo OpNameInfo(OpName, LLoc);
10374 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10397 OverloadCandidateSet CandidateSet(LLoc);
10402 AddMemberOperatorCandidates(OO_Subscript, LLoc, Args, 2, CandidateSet);
10405 AddBuiltinOperatorCandidates(OO_Subscript, LLoc, Args, 2, CandidateSet);
10411 switch (CandidateSet.BestViableFunction(*this, LLoc, Bes
[all...]
H A DSemaExpr.cpp3232 Sema::ActOnArraySubscriptExpr(Scope *S, Expr *Base, SourceLocation LLoc, argument
3255 return CreateOverloadedArraySubscriptExpr(LLoc, RLoc, Base, Idx);
3258 return CreateBuiltinArraySubscriptExpr(Base, LLoc, Idx, RLoc);
3262 Sema::CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, argument
3309 Diag(LLoc, diag::err_subscript_nonfragile_interface)
3325 Diag(LLoc, diag::err_subscript_nonfragile_interface)
3365 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_value)
3370 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_not_integer)
3376 Diag(LLoc, diag::warn_subscript_is_char) << IndexExpr->getSourceRange();
3390 Diag(LLoc, dia
[all...]
/external/clang/include/clang/AST/
H A DExpr.h3174 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, argument
3178 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {}
/external/clang/include/clang/Sema/
H A DSema.h1975 ExprResult CreateOverloadedArraySubscriptExpr(SourceLocation LLoc,
2935 ExprResult ActOnArraySubscriptExpr(Scope *S, Expr *Base, SourceLocation LLoc,
2937 ExprResult CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc,

Completed in 1566 milliseconds