/external/clang/tools/libclang/ |
H A D | CXLoadedDiagnostic.h | 82 Location DiagLoc; member in class:clang::CXLoadedDiagnostic
|
/external/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 80 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 D | SemaType.cpp | 2706 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 D | SemaTemplate.cpp | 4051 SourceLocation DiagLoc = Arg->getExprLoc(); local 4058 DiagLoc = Notes[0].first; 4062 S.Diag(DiagLoc, diag::err_template_arg_not_address_constant)
|
H A D | SemaDecl.cpp | 8659 SourceLocation DiagLoc = var->getLocation(); local 8664 DiagLoc = Notes[0].first; 8667 Diag(DiagLoc, diag::err_constexpr_var_requires_const_init)
|
H A D | SemaExpr.cpp | 10630 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 D | CommentSema.cpp | 565 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 D | ExprConstant.cpp | 1201 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 D | Pragma.cpp | 943 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 D | ParseExprCXX.cpp | 2059 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 D | c-index-test.c | 3650 CXSourceLocation DiagLoc; local 3658 DiagLoc = clang_getDiagnosticLocation(D); 3659 clang_getExpansionLocation(DiagLoc, &File, &line, &column, &offset);
|
/external/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 1618 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);
|