Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column); in clang_getLocation() local
162 SourceLocation SLoc in clang_getLocationForOffset() local
H A DCIndex.cpp5835 SourceLocation SLoc = cxloc::translateSourceLocation(Loc); in clang_getCursor() local
6110 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) { in getCursor()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc78 SourceLocation SLoc = Loc.getSourceLocation(); in MaybeReportErrorSummary() local
141 SourceLocation SLoc = Loc.getSourceLocation(); in RenderLocation() local
H A Dubsan_handlers.cc25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport()
394 SourceLocation SLoc = Data->Loc.acquire(); in handleFloatCastOverflow() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.cc80 SourceLocation SLoc = Loc.getSourceLocation(); in MaybeReportErrorSummary() local
143 SourceLocation SLoc = Loc.getSourceLocation(); in RenderLocation() local
H A Dubsan_handlers.cc27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport()
398 SourceLocation SLoc = Data->Loc.acquire(); in handleFloatCastOverflow() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.cpp87 SourceLocation SLoc = Loc.getSourceLocation(); in MaybeReportErrorSummary() local
150 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DMacroExpansionContext.cpp205 SourceLocation SLoc = Tok.getLocation(); in onTokenLexed() local
H A DPathDiagnostic.cpp1162 if (const Stmt *SLoc = getLocation().getStmtOrNull()) in dump() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1675 const SLocEntry &SLoc = getLocalSLocEntry(I); in translateFile() local
1683 const SLocEntry &SLoc = getLoadedSLocEntry(I); in translateFile() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp176 SourceLocation SLoc = N->getSourceRange().getBegin(); in isNodeExcluded() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1181 llvm::Constant *SLoc = EmitCheckSourceLocation(S.getBeginLoc()); in EmitReturnStmt() local
H A DCGOpenMPRuntime.cpp11573 char ISA, unsigned VecRegSize, llvm::Function *Fn, SourceLocation SLoc) { in emitAArch64DeclareSimdFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1450 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteInputFiles() local
1948 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteSourceManagerBlock() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp144 SourceLocation SLoc; member