Home
last modified time | relevance | path

Searched defs:SourceCode (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DRandomIRBuilderTest.cpp137 const char *SourceCode = in TEST() local
170 const char *SourceCode = in TEST() local
206 const char *SourceCode = in TEST() local
243 const char *SourceCode = "%Opaque = type opaque\n" in TEST() local
273 const char *SourceCode = "declare void @use(i8** swifterror %err)" in TEST() local
H A DOperationsTest.cpp218 const char *SourceCode = in TEST() local
307 const char *SourceCode = in TEST() local
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp31 class SourceCode { class
76 SourceCode( in SourceCode() function in llvm::symbolize::SourceCode
118 void PlainPrinterBase::printContext(SourceCode SourceCode) { in printContext() argument
316 SourceCode SourceCode(LineInfo.FileName, LineInfo.Line, in print() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h33 class SourceCode; variable
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DUncheckedOptionalAccessModelTest.cpp1205 void ExpectDiagnosticsFor(std::string SourceCode) { in ExpectDiagnosticsFor()
1211 void ExpectDiagnosticsFor(std::string SourceCode, in ExpectDiagnosticsFor()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DHeaderSourceSwitchTests.cpp213 llvm::StringRef SourceCode; in TEST() member
/llvm-project-15.0.7/clang/unittests/AST/
H A DRandstructTest.cpp90 makeAST(const std::string &SourceCode, bool ExpectError = false, in makeAST()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp2583 StringRef SourceCode = "struct A { void f() {} };"; in TEST() local