Searched defs:SourceCode (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/unittests/FuzzMutate/ |
H A D | RandomIRBuilderTest.cpp | 138 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 D | OperationsTest.cpp | 296 const char *SourceCode = TEST() local 384 const char *SourceCode = "%opaque = type opaque\n" TEST() local
|
/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 31 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 D | DIPrinter.h | 32 class SourceCode; variable
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | UncheckedOptionalAccessModelTest.cpp | 1285 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 D | HeaderSourceSwitchTests.cpp | 213 llvm::StringRef SourceCode; in TEST() member
|
/llvm-project/clang/unittests/AST/ |
H A D | RandstructTest.cpp | 90 makeAST(const std::string &SourceCode, bool ExpectError = false, in makeAST()
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 2724 StringRef SourceCode = "struct A { void f() {} };"; TEST() local
|