Searched defs:SourceLoc (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp180 struct SourceLoc { struct in namespace:__anon1352
183 SourceLoc(uint32_t l, std::optional<uint16_t> c) function in struct:__anon1352::SourceLoc
185 SourceLoc(const SymbolContext &sc) function in struct:__anon1352::SourceLoc
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h41 SourceLocation SourceLoc; member in class:__ubsan::Location
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp877 CheckSpecForTypesEquivalent(Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, QualType Target, SourceLocation TargetLoc, QualType Source, SourceLocation SourceLoc) argument
897 CheckParamExceptionSpec( const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, const FunctionProtoType *Target, bool SkipTargetFirstParameter, SourceLocation TargetLoc, const FunctionProtoType *Source, bool SkipSourceFirstParameter, SourceLocation SourceLoc) argument

Completed in 124 milliseconds