/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | PatternParser.h | 40 ArrayRef<SMLoc> DiagLoc; variable 45 PatternParser(const CodeGenTarget &CGT, ArrayRef<SMLoc> DiagLoc) in PatternParser() argument
|
H A D | Patterns.cpp | 26 std::optional<PatternType> PatternType::get(ArrayRef<SMLoc> DiagLoc, in get() argument 751 checkSemantics(ArrayRef<SMLoc> DiagLoc) checkSemantics() argument [all...] |
H A D | Patterns.h | 478 OperandTypeChecker(ArrayRef<SMLoc> DiagLoc) OperandTypeChecker() argument
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedHeadersCheck.h | 50 SourceLocation DiagLoc; member
|
H A D | DeprecatedHeadersCheck.cpp | 201 SourceLocation DiagLoc = FilenameRange.getBegin(); in InclusionDirective() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CXLoadedDiagnostic.h | 81 Location DiagLoc; variable
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SuspiciousIncludeCheck.cpp | 60 SourceLocation DiagLoc = FilenameRange.getBegin().getLocWithOffset(1); in InclusionDirective() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | NamespaceCommentCheck.cpp | 195 SourceLocation DiagLoc = in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | NoLintDirectiveHandler.cpp | 258 SourceLocation DiagLoc = Diag.getLocation(); in diagHasNoLintInMacro() local 318 StringRef DiagName, SourceLocation DiagLoc, const SourceManager &SrcMgr, in diagHasNoLint()
|
/llvm-project/clang/lib/Frontend/ |
H A D | SARIFDiagnostic.cpp | 127 SourceLocation DiagLoc = SM.translateLineCol(FID, PLoc.getLine(), ColNo); in addLocationToResult() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Diagnostics.cpp | 148 SourceLocation DiagLoc, Range &R) { in getMainFileRange() argument 212 bool tryMoveToMainFile(Diag &D, FullSourceLoc DiagLoc) { in tryMoveToMainFile() argument
|
/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 1285 SourceLocation DiagLoc = DiagToken.getLocation(); HandlePragma() local 1389 SourceLocation DiagLoc = Tok.getLocation(); HandlePragma() local 1537 SourceLocation DiagLoc = Tok.getLocation(); HandlePragma() local [all...] |
/llvm-project/clang/unittests/Basic/ |
H A D | SarifTest.cpp | 342 CharSourceRange DiagLoc{getFakeCharSourceRange(MainFileID, {2, 5}, {2, 8})}; TEST_F() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprConcepts.h | 188 SourceLocation DiagLoc; member
|
/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 929 CheckJump(Stmt * From,Stmt * To,SourceLocation DiagLoc,unsigned JumpDiagError,unsigned JumpDiagWarning,unsigned JumpDiagCXX98Compat) CheckJump() argument
|
H A D | CheckExprLifetime.cpp | 984 SourceLocation DiagLoc = DiagRange.getBegin(); checkExprLifetimeImpl() local [all...] |
H A D | SemaExprCXX.cpp | 1285 SourceLocation DiagLoc = LSI->IntroducerRange.getEnd(); buildLambdaThisCaptureFixit() local 6802 SourceRange DiagLoc = CXXCheckConditionalOperands() local
|
H A D | SemaType.cpp | 4898 SourceLocation DiagLoc, FixitLoc; GetFullTypeForDeclarator() local 7219 CheckImplicitNullabilityTypeSpecifier(QualType & Type,NullabilityKind Nullability,SourceLocation DiagLoc,bool AllowArrayTypes,bool OverrideExisting) CheckImplicitNullabilityTypeSpecifier() argument
|
H A D | SemaChecking.cpp | 8596 SourceLocation DiagLoc = SizeArg->getExprLoc(); CheckMemaccessSize() local 8618 SourceLocation DiagLoc = Call->getArg(1)->getExprLoc(); CheckMemaccessSize() local
|
/llvm-project/clang/lib/AST/ |
H A D | CommentSema.cpp | 542 SourceLocation DiagLoc; checkBlockCommandEmptyParagraph() local
|
H A D | ExprConstant.cpp | 2433 CheckEvaluationResult(CheckEvaluationResultKind CERK,EvalInfo & Info,SourceLocation DiagLoc,QualType Type,const APValue & Value,ConstantExprKind Kind,const FieldDecl * SubobjectDecl,CheckedTemporaries & CheckedTemps) CheckEvaluationResult() argument 2527 CheckConstantExpression(EvalInfo & Info,SourceLocation DiagLoc,QualType Type,const APValue & Value,ConstantExprKind Kind) CheckConstantExpression() argument 2542 CheckFullyInitialized(EvalInfo & Info,SourceLocation DiagLoc,QualType Type,const APValue & Value) CheckFullyInitialized() argument [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1175 SourceLocation DiagLoc; ParseLambdaIntroducer() local 2828 SourceLocation DiagLoc; ParseUnqualifiedIdOperator() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 825 SourceLocation DiagLoc = Record.readSourceLocation(); readSubstitutionDiagnostic() local
|
/llvm-project/clang/tools/c-index-test/ |
H A D | c-index-test.c | 4782 CXSourceLocation DiagLoc; printDiagnosticSet() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 2447 SMLoc DiagLoc = Diag.getLoc(); DiagHandler() local
|