Home
last modified time | relevance | path

Searched defs:SourceLoc (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp318 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 DBreakpointResolver.cpp180 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 DAvoidThrowingObjCExceptionCheck.cpp37 auto SourceLoc = MatchedStmt == nullptr ? MatchedExpr->getSelectorStartLoc() in check() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp873 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent()
895 SourceLocation SourceLoc) { in CheckParamExceptionSpec()
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_diag.h61 SourceLocation SourceLoc; variable
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp809 auto SourceLoc = MacroNameToken.getLocation(); in MacroDefined() local
/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp2176 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2454 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local