Home
last modified time | relevance | path

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

/freebsd-src/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
[all...]
H A Dubsan_handlers.cpp27 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 DMacroExpansionContext.cpp206 SourceLocation SLoc = Tok.getLocation(); in onTokenLexed() local
H A DPathDiagnostic.cpp1161 if (const Stmt *SLoc = getLocation().getStmtOrNull()) dump() local
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1615 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 DASTDiff.cpp175 SourceLocation SLoc = N->getSourceRange().getBegin(); in isNodeExcluded() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1307 llvm::Constant *SLoc = EmitCheckSourceLocation(S.getBeginLoc()); EmitReturnStmt() local
H A DCGOpenMPRuntime.cpp10827 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 DASTWriter.cpp1632 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 DSemaOpenMP.cpp149 SourceLocation SLoc; global() member