HomeSort by: relevance | last modified time | path
    Searched defs:DiagLoc (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXLoadedDiagnostic.h 81 Location DiagLoc;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprConcepts.h 166 SourceLocation DiagLoc;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 1230 SourceLocation DiagLoc = LSI->IntroducerRange.getEnd();
1236 Sema.Diag(DiagLoc, diag::note_lambda_this_capture_fixit)
1238 DiagLoc, LSI->NumExplicitCaptures > 0 ? ", this" : "this");
6163 SourceRange DiagLoc =
6166 Diag(DiagLoc.getBegin(), diag::err_conditional_vector_has_void)
6167 << DiagLoc << IsThrow;
SemaTemplate.cpp 6276 SourceLocation DiagLoc = Arg->getExprLoc();
6283 DiagLoc = Notes[0].first;
6287 S.Diag(DiagLoc, diag::err_template_arg_not_address_constant)
SemaType.cpp 5073 SourceLocation DiagLoc, FixitLoc;
5075 DiagLoc = TInfo->getTypeLoc().getBeginLoc();
5078 DiagLoc = D.getDeclSpec().getTypeSpecTypeLoc();
5081 S.Diag(DiagLoc, diag::err_object_cannot_be_passed_returned_by_value)
SemaDecl.cpp 13190 SourceLocation DiagLoc = var->getLocation();
13195 DiagLoc = Notes[0].first;
13198 Diag(DiagLoc, diag::err_constexpr_var_requires_const_init)
SemaChecking.cpp 10018 SourceLocation DiagLoc = SizeArg->getExprLoc();
10025 S.Diag(DiagLoc, diag::warn_suspicious_bzero_size);
10026 S.Diag(DiagLoc, diag::note_suspicious_bzero_size_silence);
10028 S.Diag(DiagLoc, diag::warn_suspicious_sizeof_memset) << 0;
10029 S.Diag(DiagLoc, diag::note_suspicious_sizeof_memset_silence) << 0;
10040 SourceLocation DiagLoc = Call->getArg(1)->getExprLoc();
10041 S.Diag(DiagLoc, diag::warn_suspicious_sizeof_memset) << 1;
10042 S.Diag(DiagLoc, diag::note_suspicious_sizeof_memset_silence) << 1;
SemaExpr.cpp 16173 SourceLocation DiagLoc = E->getBeginLoc();
16228 Converted = PerformContextualImplicitConversion(DiagLoc, E,
16238 Diagnoser.diagnoseNotICEType(*this, DiagLoc, E->getType())
16287 DiagLoc = Notes[0].first;
16293 Diagnoser.diagnoseNotICE(*this, DiagLoc) << E->getSourceRange();
16301 Diagnoser.diagnoseFold(*this, DiagLoc) << E->getSourceRange();
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp 571 SourceLocation DiagLoc;
573 DiagLoc = Command->getArgRange(Command->getNumArgs() - 1).getEnd();
574 if (!DiagLoc.isValid())
575 DiagLoc = Command->getCommandNameRange(Traits).getEnd();
576 Diag(DiagLoc, diag::warn_doc_block_command_empty_paragraph)
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Pragma.cpp 1231 SourceLocation DiagLoc = DiagToken.getLocation();
1242 if (!PP.getDiagnostics().popMappings(DiagLoc))
1245 Callbacks->PragmaDiagnosticPop(DiagLoc, Namespace);
1248 PP.getDiagnostics().pushMappings(DiagLoc);
1250 Callbacks->PragmaDiagnosticPush(DiagLoc, Namespace);
1293 PP.getDiagnostics().setSeverityForAll(Flavor, SV, DiagLoc);
1296 DiagLoc);
1301 Callbacks->PragmaDiagnostic(DiagLoc, Namespace, SV, WarningName);
1326 SourceLocation DiagLoc = Tok.getLocation();
1354 Callbacks->PragmaWarningPush(DiagLoc, Level)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 820 SourceLocation DiagLoc = Record.readSourceLocation();
823 concepts::Requirement::SubstitutionDiagnostic{SubstitutedEntity, DiagLoc,
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 4707 CXSourceLocation DiagLoc;
4715 DiagLoc = clang_getDiagnosticLocation(D);
4716 clang_getExpansionLocation(DiagLoc, &File, &line, &column, &offset);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 2431 SMLoc DiagLoc = Diag.getLoc();
2432 unsigned DiagBuf = DiagSrcMgr.FindBufferContainingLoc(DiagLoc);
2438 unsigned DiagCurBuffer = DiagSrcMgr.FindBufferContainingLoc(DiagLoc);
2461 int DiagLocLineNo = DiagSrcMgr.FindLineNumber(DiagLoc, DiagBuf);
MasmParser.cpp 2677 SMLoc DiagLoc = Diag.getLoc();
2678 unsigned DiagBuf = DiagSrcMgr.FindBufferContainingLoc(DiagLoc);
2684 unsigned DiagCurBuffer = DiagSrcMgr.FindBufferContainingLoc(DiagLoc);
2708 int DiagLocLineNo = DiagSrcMgr.FindLineNumber(DiagLoc, DiagBuf);

Completed in 86 milliseconds