Searched defs:SourceLoc (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| H A D | NarrowingConversionsCheck.cpp | 318 void NarrowingConversionsCheck::diagNarrowType(SourceLocation SourceLoc, in diagNarrowType() 326 SourceLocation SourceLoc, const Expr &Lhs, const Expr &Rhs) { in diagNarrowTypeToSignedInt() 333 SourceLocation SourceLoc, const Expr &Lhs, const Expr &Rhs, in diagNarrowIntegerConstant() 342 SourceLocation SourceLoc, const Expr &Lhs, const Expr &Rhs, in diagNarrowIntegerConstantToSignedInt() 365 const ASTContext &Context, SourceLocation SourceLoc, const Expr &Lhs, in diagNarrowTypeOrConstant() 413 const ASTContext &Context, SourceLocation SourceLoc, const Expr &Lhs, in handleIntegralToBoolean() 423 const ASTContext &Context, SourceLocation SourceLoc, const Expr &Lhs, in handleIntegralToFloating() 443 const ASTContext &Context, SourceLocation SourceLoc, const Expr &Lhs, in handleFloatingToIntegral() 464 const ASTContext &Context, SourceLocation SourceLoc, const Expr &Lhs, in handleFloatingToBoolean() 470 const ASTContext &Context, SourceLocation SourceLoc, const Expr &Lhs, in handleBooleanToSignedIntegral() [all …]
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 180 struct SourceLoc { struct 181 uint32_t line = UINT32_MAX; 182 uint16_t column; 183 SourceLoc(uint32_t l, llvm::Optional<uint16_t> c) in SourceLoc() argument 185 SourceLoc(const SymbolContext &sc) in SourceLoc() argument
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/ |
| H A D | AvoidThrowingObjCExceptionCheck.cpp | 37 auto SourceLoc = MatchedStmt == nullptr ? MatchedExpr->getSelectorStartLoc() in check() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 873 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent() 895 SourceLocation SourceLoc) { in CheckParamExceptionSpec()
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.h | 61 SourceLocation SourceLoc; variable
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 809 auto SourceLoc = MacroNameToken.getLocation(); in MacroDefined() local
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 2176 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 2454 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local
|