Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/FuzzMutate/
H A DRandomIRBuilderTest.cpp138 const char *SourceCode = in TEST() local
171 const char *SourceCode = "define void @test() {\n" in TEST() local
206 const char *SourceCode = in TEST() local
242 const char *SourceCode = "declare void @use(ptr swifterror %err)" in TEST() local
271 const char *SourceCode = "\n\ in TEST() local
314 const char *SourceCode = "\n\ TEST() local
368 const char *SourceCode = "\n\ TEST() local
[all...]
H A DOperationsTest.cpp296 const char *SourceCode = TEST() local
384 const char *SourceCode = "%opaque = type opaque\n" TEST() local
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp31 class SourceCode { class
76 SourceCode(StringRef FileName, int64_t Line, int Lines, in SourceCode() function in llvm::symbolize::SourceCode
118 void PlainPrinterBase::printContext(SourceCode SourceCode) { in printContext() argument
325 SourceCode SourceCode(LineInfo.FileName, LineInfo.Line, print() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h32 class SourceCode; variable
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DUncheckedOptionalAccessModelTest.cpp1285 void ExpectDiagnosticsFor(std::string SourceCode, in ExpectDiagnosticsFor() argument
1289 ExpectDiagnosticsForLambda(std::string SourceCode) ExpectDiagnosticsForLambda() argument
1296 ExpectDiagnosticsFor(std::string SourceCode,FuncDeclMatcher FuncMatcher) ExpectDiagnosticsFor() argument
1305 ExpectDiagnosticsFor(std::string SourceCode,FuncDeclMatcher FuncMatcher,const char * CxxMode) ExpectDiagnosticsFor() argument
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DHeaderSourceSwitchTests.cpp213 llvm::StringRef SourceCode; in TEST() member
/llvm-project/clang/unittests/AST/
H A DRandstructTest.cpp90 makeAST(const std::string &SourceCode, bool ExpectError = false, in makeAST()
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp2724 StringRef SourceCode = "struct A { void f() {} };"; TEST() local