| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | CommentLexer.cpp | 81 const char *Source = ""; in TEST_F() local 203 const char *Source = in TEST_F() local 492 const char *Source = in TEST_F() local 528 const char *Source = in TEST_F() local 701 const char *Source = in TEST_F() local 741 const char *Source = in TEST_F() local 784 const char *Source = in TEST_F() local 838 const char *Source = in TEST_F() local 953 const char *Source = in TEST_F() local 987 const char *Source = in TEST_F() local [all …]
|
| H A D | ExternalASTSourceTest.cpp | 28 TestFrontendAction(ExternalASTSource *Source) : Source(Source) {} in TestFrontendAction() 43 IntrusiveRefCntPtr<ExternalASTSource> Source; member in TestFrontendAction 46 bool testExternalASTSource(ExternalASTSource *Source, in testExternalASTSource()
|
| H A D | CommentParser.cpp | 596 const char *Source = "//"; in TEST_F() local 603 const char *Source = "// Meow"; in TEST_F() local 612 const char *Source = in TEST_F() local 677 const char *Source = in TEST_F() local 721 const char *Source = in TEST_F() local 914 const char *Source = in TEST_F() local 990 const char *Source = "// \\c"; in TEST_F() local 1007 const char *Source = "// \\c "; in TEST_F() local 1025 const char *Source = "// \\c aaa\n"; in TEST_F() local 1192 const char *Source = in TEST_F() local [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | TypeHierarchyTests.cpp | 57 Annotations Source(R"cpp( in TEST() local 82 Annotations Source(R"cpp( in TEST() local 106 Annotations Source(R"cpp( in TEST() local 129 Annotations Source(R"cpp( in TEST() local 159 Annotations Source(R"cpp( in TEST() local 195 Annotations Source(R"cpp( in TEST() local 238 Annotations Source(R"cpp( in TEST() local 267 Annotations Source(R"cpp( in TEST() local 292 Annotations Source(R"cpp( in TEST() local 327 Annotations Source(R"cpp( in TEST() local [all …]
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-dynamic-value/ |
| H A D | dynamic-value.m | 33 @interface Source : SourceBase interface 41 @implementation Source implementation 81 + (Observer *) observerWithSource: (Source *) source; 82 - (Observer *) initWithASource: (Source *) source; 91 + (Observer *) observerWithSource: (Source *) inSource; 100 {
|
| /llvm-project-15.0.7/lldb/test/API/macosx/dyld-trie-symbols/ |
| H A D | main.mm | 33 @interface Source : SourceBase interface 41 @implementation Source implementation 81 + (Observer *) observerWithSource: (Source *) source; 82 - (Observer *) initWithASource: (Source *) source; 91 + (Observer *) observerWithSource: (Source *) inSource; 100 {
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-stepping/ |
| H A D | stepping-tests.m | 39 @interface Source : SourceBase interface 48 @implementation Source implementation 72 + (Observer *) observerWithSource: (Source *) source; 73 - (Observer *) initWithASource: (Source *) source; 82 + (Observer *) observerWithSource: (Source *) inSource; 91 {
|
| /llvm-project-15.0.7/llvm/unittests/AsmParser/ |
| H A D | AsmParserTest.cpp | 24 StringRef Source = "; Empty module \n"; in TEST() local 37 StringRef Source = "; Empty module \n\1\2"; in TEST() local 50 StringRef Source = "@0 = global i32 0\n !0 = !{}\n !42 = !{i32 42}"; in TEST() local 70 StringRef Source = "define void @test() {\n entry:\n ret void\n}"; in TEST() local 121 StringRef Source = in TEST() local 157 StringRef Source = in TEST() local 274 StringRef Source = in TEST() local
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | ConvertUTFWrapper.cpp | 19 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide() 65 bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) { in ConvertCodePointToUTF8() 243 static inline bool ConvertUTF8toWideInternal(llvm::StringRef Source, in ConvertUTF8toWideInternal() 259 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide() 263 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide() 271 bool convertWideToUTF8(const std::wstring &Source, std::string &Result) { in convertWideToUTF8()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dxcontainer2yaml.cpp | 20 dumpDXContainer(MemoryBufferRef Source) { in dumpDXContainer() 65 llvm::MemoryBufferRef Source) { in dxcontainer2yaml()
|
| H A D | offload2yaml.cpp | 37 Expected<OffloadYAML::Binary *> dump(MemoryBufferRef Source, in dump() 69 Error offload2yaml(raw_ostream &Out, MemoryBufferRef Source) { in offload2yaml()
|
| /llvm-project-15.0.7/llvm/unittests/FuzzMutate/ |
| H A D | StrategiesTest.cpp | 77 void IterateOnSource(StringRef Source, IRMutator &Mutator) { in IterateOnSource() 106 StringRef Source = "" in TEST() local 127 StringRef Source = "\n\ in TEST() local 151 std::string Source = std::string("\n\ in checkModifyNoUnsignedAndNoSignedWrap() local 196 StringRef Source = "\n\ in TEST() local 221 StringRef Source = "\n\ in TEST() local
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | TapiUniversal.cpp | 24 TapiUniversal::TapiUniversal(MemoryBufferRef Source, Error &Err) in TapiUniversal() 56 TapiUniversal::create(MemoryBufferRef Source) { in create()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | BackgroundRebuild.h | 49 BackgroundIndexRebuilder(SwapIndex *Target, FileSymbols *Source, in BackgroundIndexRebuilder() 95 FileSymbols *Source; variable
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/unittests/ |
| H A D | c_api_test.cpp | 94 char Source[SmallAllocSize]; in TEST() local 115 char Source[LargeAllocSize]; in TEST() local 136 char Source[SmallAllocSize]; in TEST() local 160 char Source[LargeAllocSize]; in TEST() local
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | ASTSelectionTest.cpp | 378 StringRef Source = R"( in TEST() local 468 StringRef Source = R"( in TEST() local 497 StringRef Source = R"( in TEST() local 521 StringRef Source = R"( in TEST() local 552 StringRef Source = R"( in TEST() local 787 StringRef Source = R"( in TEST() local 811 StringRef Source = R"( in TEST() local 843 StringRef Source = R"( in TEST() local 871 StringRef Source = R"( in TEST() local 975 StringRef Source = R"( in TEST() local [all …]
|
| H A D | LexicallyOrderedRecursiveASTVisitorTest.cpp | 104 StringRef Source = R"( in TEST() local 147 StringRef Source = R"( in TEST() local 171 StringRef Source = R"( in TEST() local 185 StringRef Source = R"( in TEST() local
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/ |
| H A D | FixIt.h | 62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement() 70 FixItHint createReplacement(const D &Destination, StringRef Source) { in createReplacement()
|
| /llvm-project-15.0.7/clang/unittests/Lex/ |
| H A D | PPCallbacksTest.cpp | 362 const char* Source = in TEST_F() local 372 const char* Source = in TEST_F() local 382 const char* Source = in TEST_F() local 393 const char* Source = in TEST_F() local 404 const char* Source = in TEST_F() local 415 const char* Source = in TEST_F() local 427 const char* Source = in TEST_F() local 437 const char* Source = in TEST_F() local 448 const char* Source = in TEST_F() local 460 const char* Source = in TEST_F() local [all …]
|
| H A D | DependencyDirectivesScannerTest.cpp | 685 StringRef Source = R"( in TEST() local 699 StringRef Source = R"(L'P' in TEST() local 712 StringRef Source = R"(int x = U'P'; in TEST() local 723 StringRef Source = R"(int x = u'b'; in TEST() local 738 StringRef Source = R"(// comment in TEST() local 762 StringRef Source = R"(#if NEVER_ENABLED in TEST() local 800 StringRef Source = "#define X '\\ \t\nx'\nvoid foo() {}"; in TEST() local 818 StringRef Source = R"( in TEST() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-mca/Views/ |
| H A D | ResourcePressureView.cpp | 55 ArrayRef<llvm::MCInst> Source = getSource(); in onEvent() local 136 ArrayRef<llvm::MCInst> Source = getSource(); in printResourcePressurePerIter() local 157 ArrayRef<llvm::MCInst> Source = getSource(); in printResourcePressurePerInst() local 181 ArrayRef<llvm::MCInst> Source = getSource(); in toJSON() local
|
| /llvm-project-15.0.7/clang/test/PCH/Inputs/ |
| H A D | pch-through-macro.h | 2 #define Source(x,y) macro
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | LineOffsetMappingTest.cpp | 60 StringRef Source = "first line\n" in TEST() local 71 StringRef Source = "first line\n" in TEST() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 25 template <typename T> struct Source { struct 26 T t; 27 Source(T t) : t(t) {} in Source() argument 28 operator T() { return t; } in operator T() 29 template <typename U = T> U &get() { return t; } in get() 30 template <typename U = T> const U &get() const { return t; } in get() 31 template <typename U> operator Source<U>() { return Source<U>(t); } in operator Source<U>()
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | pch-through4a.cpp | 12 #define Source(x,y) macro
|