Searched defs:SLoc (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 85 SourceLocation SLoc = Loc.getSourceLocation(); in MaybeReportErrorSummary() local 148 SourceLocation SLoc = Loc.getSourceLocation(); in RenderLocation() local [all...] |
H A D | ubsan_handlers.cpp | 27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport() argument 496 SourceLocation SLoc = Data->Loc.acquire(); in handleFloatCastOverflow() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | MacroExpansionContext.cpp | 206 SourceLocation SLoc = Tok.getLocation(); in onTokenLexed() local
|
H A D | PathDiagnostic.cpp | 1161 if (const Stmt *SLoc = getLocation().getStmtOrNull()) dump() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 1615 const SLocEntry &SLoc = getLocalSLocEntry(I); translateFile() local 1623 const SLocEntry &SLoc = getLoadedSLocEntry(I); translateFile() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 175 SourceLocation SLoc = N->getSourceRange().getBegin(); in isNodeExcluded() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1307 llvm::Constant *SLoc = EmitCheckSourceLocation(S.getBeginLoc()); EmitReturnStmt() local
|
H A D | CGOpenMPRuntime.cpp | 10827 emitAArch64DeclareSimdFunction(CodeGenModule & CGM,const FunctionDecl * FD,unsigned UserVLEN,ArrayRef<ParamAttrTy> ParamAttrs,OMPDeclareSimdDeclAttr::BranchStateTy State,StringRef MangledName,char ISA,unsigned VecRegSize,llvm::Function * Fn,SourceLocation SLoc) emitAArch64DeclareSimdFunction() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1632 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); WriteInputFiles() local 2151 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); WriteSourceManagerBlock() local 4691 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); collectNonAffectingInputFiles() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 149 SourceLocation SLoc; global() member
|