Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DSource.h83 SourceInfo() {} in SourceInfo() function
84 SourceInfo(const Stmt *E) : Source(E) {} in SourceInfo() function
85 SourceInfo(const Decl *D) : Source(D) {} in SourceInfo() function
DState.h52 class SourceInfo; variable
DByteCodeEmitter.h28 class SourceInfo; variable
DEvalEmitter.h32 class SourceInfo; variable
/external/llvm-project/clang-tools-extra/clangd/
DConfigFragment.h85 struct SourceInfo { struct
90 std::shared_ptr<llvm::SourceMgr> Manager;
93 llvm::SMLoc Location;
96 std::string Directory;
/external/llvm-project/lldb/source/Commands/
DCommandObjectSource.cpp754 struct SourceInfo { struct in CommandObjectSourceList
755 ConstString function;
756 LineEntry line_entry;
758 SourceInfo(ConstString name, const LineEntry &line_entry) in SourceInfo() argument
761 SourceInfo() : function(), line_entry() {} in SourceInfo() argument
763 bool IsValid() const { return (bool)function && line_entry.IsValid(); } in IsValid()
765 bool operator==(const SourceInfo &rhs) const { in operator ==()
771 bool operator!=(const SourceInfo &rhs) const { in operator !=()
777 bool operator<(const SourceInfo &rhs) const { in operator <()
/external/clang/lib/CodeGen/
DCoverageMappingGen.h54 CoverageSourceInfo &SourceInfo; variable
62 CoverageMappingModuleGen(CodeGenModule &CGM, CoverageSourceInfo &SourceInfo) in CoverageMappingModuleGen()
/external/llvm-project/openmp/libomptarget/include/
DSourceInfo.h75 SourceInfo(const ident_t *loc) in SourceInfo() function
80 SourceInfo(const map_var_info_t name) in SourceInfo() function
/external/llvm-project/llvm/lib/ProfileData/
DGCOV.cpp62 struct SourceInfo { struct
63 StringRef filename;
64 SmallString<0> displayName;
65 std::vector<std::vector<const GCOVFunction *>> startLineToFunctions;
66 std::vector<LineInfo> lines;
67 bool ignored = false;
68 SourceInfo(StringRef filename) : filename(filename) {} in SourceInfo() argument
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.h92 CoverageSourceInfo &SourceInfo; variable
104 CoverageMappingModuleGen(CodeGenModule &CGM, CoverageSourceInfo &SourceInfo) in CoverageMappingModuleGen()
DCodeGenTBAA.cpp424 TBAAAccessInfo CodeGenTBAA::mergeTBAAInfoForCast(TBAAAccessInfo SourceInfo, in mergeTBAAInfoForCast()
DCodeGenModule.cpp831 TBAAAccessInfo CodeGenModule::mergeTBAAInfoForCast(TBAAAccessInfo SourceInfo, in mergeTBAAInfoForCast()
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DAtomicFUTransformerBase.kt35 data class SourceInfo( in isClassFile() class in kotlinx.atomicfu.transformer.AtomicFUTransformerBase
/external/llvm-project/clang-tools-extra/clangd/unittests/
DConfigProviderTests.cpp203 TEST(ProviderTest, SourceInfo) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp2132 for (auto &SourceInfo : ElimiatedSources) { in prunePHIInfo() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp2133 for (auto &SourceInfo : ElimiatedSources) { in prunePHIInfo() local