Home
last modified time | relevance | path

Searched defs:SLoc (Results 1 – 10 of 10) 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()
496 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.cpp1164 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/Basic/
H A DSourceManager.cpp1630 const SLocEntry &SLoc = getLocalSLocEntry(I); in translateFile() local
1638 const SLocEntry &SLoc = getLoadedSLocEntry(I); in translateFile() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1757 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteInputFiles() local
2279 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteSourceManagerBlock() local
4936 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); in computeNonAffectingInputFiles() local
4994 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); in computeNonAffectingInputFiles() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1469 llvm::Constant *SLoc = EmitCheckSourceLocation(S.getBeginLoc()); in EmitReturnStmt() local
H A DCGOpenMPRuntime.cpp10855 char ISA, unsigned VecRegSize, llvm::Function *Fn, SourceLocation SLoc) { in emitAArch64DeclareSimdFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp154 SourceLocation SLoc; member