/llvm-project/clang/tools/libclang/ |
H A D | CXSourceLocation.cpp | 133 SourceLocation SLoc = CXXUnit->getLocation(File, line, column); clang_getLocation() local 163 SourceLocation SLoc clang_getLocationForOffset() local
|
H A D | CIndex.cpp | 6382 SourceLocation SLoc = cxloc::translateSourceLocation(Loc); clang_getCursor() local 6657 getCursor(CXTranslationUnit TU,SourceLocation SLoc) getCursor() argument
|
/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(); handleFloatCastOverflow() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | MacroExpansionContext.cpp | 206 SourceLocation SLoc = Tok.getLocation(); in onTokenLexed() local
|
H A D | PathDiagnostic.cpp | 1164 if (const Stmt *SLoc = getLocation().getStmtOrNull()) in dump() local
|
/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCode.cpp | 112 auto &SLoc = SM.getSLocEntry(SM.getFileID(Loc), &Invalid); in getExpansionForSplitToken() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | DataflowEnvironmentTest.cpp | 150 auto &SLoc = cast<RecordStorageLocation>(Env.createObject(Ty)); TEST_F() local
|
H A D | TransferTest.cpp | 1627 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 D | Diagnostics.cpp | 191 auto GetIncludeLoc = [&SM](SourceLocation SLoc) { in getMainFileRange() argument
|
/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 1630 const SLocEntry &SLoc = getLocalSLocEntry(I); translateFile() local 1638 const SLocEntry &SLoc = getLoadedSLocEntry(I); translateFile() local
|
/llvm-project/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 175 SourceLocation SLoc = N->getSourceRange().getBegin(); in isNodeExcluded() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1757 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 D | CGStmt.cpp | 1463 llvm::Constant *SLoc = EmitCheckSourceLocation(S.getBeginLoc()); EmitReturnStmt() local
|
H A D | CGOpenMPRuntime.cpp | 10844 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 D | SemaOpenMP.cpp | 153 SourceLocation SLoc; member
|