Home
last modified time | relevance | path

Searched defs:SLoc (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp85 SourceLocation SLoc = Loc.getSourceLocation(); in MaybeReportErrorSummary() local
148 SourceLocation SLoc = Loc.getSourceLocation(); in RenderLocation() local
H A Dubsan_handlers.cpp27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport()
518 SourceLocation SLoc = Data->Loc.acquire(); in handleFloatCastOverflow() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DMacroExpansionContext.cpp206 SourceLocation SLoc = Tok.getLocation(); in onTokenLexed() local
H A DPathDiagnostic.cpp1159 if (const Stmt *SLoc = getLocation().getStmtOrNull()) in dump() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp112 auto &SLoc = SM.getSLocEntry(SM.getFileID(Loc), &Invalid); in getExpansionForSplitToken() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp200 auto SLoc = Loc.getSourceLocation(); in timeTraceMetadata() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1635 const SLocEntry &SLoc = getLocalSLocEntry(I); in translateFile() local
1643 const SLocEntry &SLoc = getLoadedSLocEntry(I); in translateFile() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1841 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteInputFiles() local
2356 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteSourceManagerBlock() local
5493 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); in computeNonAffectingInputFiles() local
5553 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); in computeNonAffectingInputFiles() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1380 const SrcMgr::SLocEntry &SLoc = SourceMgr.getSLocEntry(ModuleMapFID); in cloneForModuleCompile() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1613 llvm::Constant *SLoc = EmitCheckSourceLocation(S.getBeginLoc()); in EmitReturnStmt() local
H A DCGOpenMPRuntime.cpp10922 char ISA, unsigned VecRegSize, llvm::Function *Fn, SourceLocation SLoc) { in emitAArch64DeclareSimdFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp155 SourceLocation SLoc; member