Searched defs:SourceLoc (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | NarrowingConversionsCheck.cpp |
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolver.cpp | 181 struct SourceLoc { global() struct 182 line__anon4bc1177f0111::SourceLoc global() argument 183 column__anon4bc1177f0111::SourceLoc global() argument 184 SourceLoc__anon4bc1177f0111::SourceLoc SourceLoc() argument 186 SourceLoc__anon4bc1177f0111::SourceLoc SourceLoc() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | AvoidThrowingObjCExceptionCheck.cpp | 34 auto SourceLoc = MatchedStmt == nullptr ? MatchedExpr->getSelectorStartLoc() in check() local
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.h | 41 SourceLocation SourceLoc; variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 865 CheckSpecForTypesEquivalent(Sema & S,const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,QualType Target,SourceLocation TargetLoc,QualType Source,SourceLocation SourceLoc) CheckSpecForTypesEquivalent() argument 881 CheckParamExceptionSpec(const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Target,bool SkipTargetFirstParameter,SourceLocation TargetLoc,const FunctionProtoType * Source,bool SkipSourceFirstParameter,SourceLocation SourceLoc) CheckParamExceptionSpec() argument
|
/llvm-project/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 296 auto SourceLoc = MacroNameToken.getLocation(); MacroDefined() local
|
/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 2314 FullSourceLoc SourceLoc(Tok.getLocation(), SM); CopyStringFragment() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 2763 DebugLoc SourceLoc = I->getDebugLoc(); emitUnsafeDependenceRemark() local
|