Home
last modified time | relevance | path

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

/llvm-project/clang/tools/libclang/
H A DCXSourceLocation.cpp133 SourceLocation SLoc = CXXUnit->getLocation(File, line, column); clang_getLocation() local
163 SourceLocation SLoc clang_getLocationForOffset() local
H A DCIndex.cpp6382 SourceLocation SLoc = cxloc::translateSourceLocation(Loc); clang_getCursor() local
6657 getCursor(CXTranslationUnit TU,SourceLocation SLoc) getCursor() argument
/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(); handleFloatCastOverflow() local
/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
/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp112 auto &SLoc = SM.getSLocEntry(SM.getFileID(Loc), &Invalid); in getExpansionForSplitToken() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DDataflowEnvironmentTest.cpp150 auto &SLoc = cast<RecordStorageLocation>(Env.createObject(Ty)); TEST_F() local
H A DTransferTest.cpp1627 auto &SLoc = getLocForDecl<RecordStorageLocation>(ASTCtx, Env, "s"); TEST() local
4083 auto &SLoc = getLocForDecl<RecordStorageLocation>(ASTCtx, Env, "s"); TEST() local
4110 auto &SLoc = getLocForDecl<RecordStorageLocation>(ASTCtx, Env, "s"); TEST() local
5922 auto *SLoc = Env.getStorageLocation(*SDecl); TEST() local
5949 auto *SLoc = Env.getStorageLocation(*SDecl); TEST() local
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DDiagnostics.cpp191 auto GetIncludeLoc = [&SM](SourceLocation SLoc) { in getMainFileRange() argument
/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1630 const SLocEntry &SLoc = getLocalSLocEntry(I); translateFile() local
1638 const SLocEntry &SLoc = getLoadedSLocEntry(I); translateFile() local
/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp175 SourceLocation SLoc = N->getSourceRange().getBegin(); in isNodeExcluded() local
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1757 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); WriteInputFiles() local
2279 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); WriteSourceManagerBlock() local
4933 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); computeNonAffectingInputFiles() local
4991 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); computeNonAffectingInputFiles() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1463 llvm::Constant *SLoc = EmitCheckSourceLocation(S.getBeginLoc()); EmitReturnStmt() local
H A DCGOpenMPRuntime.cpp10844 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
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp153 SourceLocation SLoc; member