/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXSourceLocation.cpp | 132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column); in clang_getLocation() local 162 SourceLocation SLoc in clang_getLocationForOffset() local
|
H A D | CIndex.cpp | 5835 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 D | ubsan_diag.cc | 78 SourceLocation SLoc = Loc.getSourceLocation(); in MaybeReportErrorSummary() local 141 SourceLocation SLoc = Loc.getSourceLocation(); in RenderLocation() local
|
H A D | ubsan_handlers.cc | 25 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 D | ubsan_diag.cc | 80 SourceLocation SLoc = Loc.getSourceLocation(); in MaybeReportErrorSummary() local 143 SourceLocation SLoc = Loc.getSourceLocation(); in RenderLocation() local
|
H A D | ubsan_handlers.cc | 27 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 D | ubsan_diag.cpp | 87 SourceLocation SLoc = Loc.getSourceLocation(); in MaybeReportErrorSummary() local 150 SourceLocation SLoc = Loc.getSourceLocation(); in RenderLocation() local
|
H A D | ubsan_handlers.cpp | 27 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 D | MacroExpansionContext.cpp | 205 SourceLocation SLoc = Tok.getLocation(); in onTokenLexed() local
|
H A D | PathDiagnostic.cpp | 1162 if (const Stmt *SLoc = getLocation().getStmtOrNull()) in dump() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | SourceManager.cpp | 1675 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 D | ASTDiff.cpp | 176 SourceLocation SLoc = N->getSourceRange().getBegin(); in isNodeExcluded() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1181 llvm::Constant *SLoc = EmitCheckSourceLocation(S.getBeginLoc()); in EmitReturnStmt() local
|
H A D | CGOpenMPRuntime.cpp | 11573 char ISA, unsigned VecRegSize, llvm::Function *Fn, SourceLocation SLoc) { in emitAArch64DeclareSimdFunction()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1450 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 D | SemaOpenMP.cpp | 144 SourceLocation SLoc; member
|