Searched defs:DiagLoc (Results 1 - 12 of 12) sorted by relevance

/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.h82 Location DiagLoc; member in class:clang::CXLoadedDiagnostic
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp80 void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,
743 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, argument
776 S.Diag(DiagLoc, JumpDiagWarning);
782 S.Diag(DiagLoc, JumpDiagError);
788 S.Diag(DiagLoc, JumpDiagCXX98Compat);
H A DSemaType.cpp2706 SourceLocation DiagLoc, FixitLoc; local
2708 DiagLoc = TInfo->getTypeLoc().getLocStart();
2711 DiagLoc = D.getDeclSpec().getTypeSpecTypeLoc();
2714 S.Diag(DiagLoc, diag::err_object_cannot_be_passed_returned_by_value)
H A DSemaTemplate.cpp4051 SourceLocation DiagLoc = Arg->getExprLoc(); local
4058 DiagLoc = Notes[0].first;
4062 S.Diag(DiagLoc, diag::err_template_arg_not_address_constant)
H A DSemaDecl.cpp8659 SourceLocation DiagLoc = var->getLocation(); local
8664 DiagLoc = Notes[0].first;
8667 Diag(DiagLoc, diag::err_constexpr_var_requires_const_init)
H A DSemaExpr.cpp10630 SourceLocation DiagLoc = E->getLocStart(); local
10683 Converted = PerformContextualImplicitConversion(DiagLoc, E,
10693 Diagnoser.diagnoseNotICE(*this, DiagLoc, E->getSourceRange());
10728 DiagLoc = Notes[0].first;
10734 Diagnoser.diagnoseNotICE(*this, DiagLoc, E->getSourceRange());
10742 Diagnoser.diagnoseFold(*this, DiagLoc, E->getSourceRange());
/external/clang/lib/AST/
H A DCommentSema.cpp565 SourceLocation DiagLoc; local
567 DiagLoc = Command->getArgRange(Command->getNumArgs() - 1).getEnd();
568 if (!DiagLoc.isValid())
569 DiagLoc = Command->getCommandNameRange(Traits).getEnd();
570 Diag(DiagLoc, diag::warn_doc_block_command_empty_paragraph)
H A DExprConstant.cpp1201 static bool CheckConstantExpression(EvalInfo &Info, SourceLocation DiagLoc, argument
1204 Info.Diag(DiagLoc, diag::note_constexpr_uninitialized)
1215 if (!CheckConstantExpression(Info, DiagLoc, EltTy,
1221 return CheckConstantExpression(Info, DiagLoc, EltTy,
1225 return CheckConstantExpression(Info, DiagLoc,
1235 if (!CheckConstantExpression(Info, DiagLoc, I->getType(),
1242 if (!CheckConstantExpression(Info, DiagLoc, I->getType(),
1251 return CheckLValueConstantExpression(Info, DiagLoc, Type, LVal);
/external/clang/lib/Lex/
H A DPragma.cpp943 SourceLocation DiagLoc = DiagToken.getLocation(); local
963 if (!PP.getDiagnostics().popMappings(DiagLoc))
966 Callbacks->PragmaDiagnosticPop(DiagLoc, Namespace);
969 PP.getDiagnostics().pushMappings(DiagLoc);
971 Callbacks->PragmaDiagnosticPush(DiagLoc, Namespace);
998 Map, DiagLoc))
1002 Callbacks->PragmaDiagnostic(DiagLoc, Namespace, Map, WarningName);
/external/clang/lib/Parse/
H A DParseExprCXX.cpp2059 SourceLocation DiagLoc; local
2071 DiagLoc = Tok.getLocation();
2107 DiagLoc = TokLocs.front();
2117 Diag(DiagLoc, DiagId) << FixItHint::CreateReplacement(
/external/clang/tools/c-index-test/
H A Dc-index-test.c3650 CXSourceLocation DiagLoc; local
3658 DiagLoc = clang_getDiagnosticLocation(D);
3659 clang_getExpansionLocation(DiagLoc, &File, &line, &column, &offset);
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1618 const SMLoc &DiagLoc = Diag.getLoc(); local
1619 int DiagBuf = DiagSrcMgr.FindBufferContainingLoc(DiagLoc);
1624 int DiagCurBuffer = DiagSrcMgr.FindBufferContainingLoc(DiagLoc);
1648 int DiagLocLineNo = DiagSrcMgr.FindLineNumber(DiagLoc, DiagBuf);

Completed in 1169 milliseconds