Searched defs:SourceInfo (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h51 CoverageSourceInfo &SourceInfo; member in class:clang::CodeGen::CoverageMappingModuleGen
59 CoverageMappingModuleGen(CodeGenModule &CGM, CoverageSourceInfo &SourceInfo) argument
H A DCodeGenTBAA.cpp387 TBAAAccessInfo CodeGenTBAA::mergeTBAAInfoForCast(TBAAAccessInfo SourceInfo, argument
H A DCodeGenModule.cpp709 TBAAAccessInfo CodeGenModule::mergeTBAAInfoForCast(TBAAAccessInfo SourceInfo, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DSource.h81 class SourceInfo { class in namespace:clang::interp
83 SourceInfo() {} function in class:clang::interp::SourceInfo
84 SourceInfo(const Stmt *E) : Source(E) {} function in class:clang::interp::SourceInfo
85 SourceInfo(const Decl *D) : Source(D) {} function in class:clang::interp::SourceInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp737 struct SourceInfo { struct in class:CommandObjectSourceList
741 SourceInfo(ConstString name, const LineEntry &line_entry) function in struct:CommandObjectSourceList::SourceInfo
744 SourceInfo() : function(), line_entry() {} function in struct:CommandObjectSourceList::SourceInfo
[all...]

Completed in 139 milliseconds