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

/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp522 std::pair<SourceLocation, SourceLocation> LLoc = local
526 if (SM.getFileID(LLoc.first) != FID) {
531 assert(SM.getFileID(LLoc.second) == FID &&
546 SM.getExpansionLoc(Tok.getLocation()) == LLoc.first) {
575 HighlightRange(R, LLoc.first, LLoc.second,
/external/clang/lib/Sema/
H A DSemaOverload.cpp9344 SourceLocation LLoc = GetLocationForCandidate(L); local
9348 if (LLoc.isInvalid()) return false;
9351 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
9534 SourceLocation LLoc = GetLocationForCandidate(L);
9538 if (LLoc.isInvalid())
9543 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
11138 Sema::CreateOverloadedArraySubscriptExpr(SourceLocation LLoc, argument
11151 DeclarationNameInfo OpNameInfo(OpName, LLoc);
11152 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
11173 OverloadCandidateSet CandidateSet(LLoc, OverloadCandidateSe
[all...]
H A DSemaExpr.cpp3810 Sema::CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, argument
3869 Diag(LLoc, diag::err_subscript_nonfragile_interface)
3909 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_value)
3914 return ExprError(Diag(LLoc, diag::err_typecheck_subscript_not_integer)
3920 Diag(LLoc, diag::warn_subscript_is_char) << IndexExpr->getSourceRange();
3934 Diag(LLoc, diag::ext_gnu_subscript_void_type)
3941 RequireCompleteType(LLoc, ResultType,
/external/clang/include/clang/AST/
H A DExpr.h3355 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, argument
3359 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {}
/external/clang/include/clang/Sema/
H A DSema.h2417 ExprResult CreateOverloadedArraySubscriptExpr(SourceLocation LLoc,
3508 ExprResult ActOnArraySubscriptExpr(Scope *S, Expr *Base, SourceLocation LLoc,
3510 ExprResult CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc,

Completed in 546 milliseconds