Home
last modified time | relevance | path

Searched defs:Source (Results 1 – 25 of 241) sorted by relevance

12345678910

/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentLexer.cpp81 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 DExternalASTSourceTest.cpp28 TestFrontendAction(ExternalASTSource *Source) : Source(Source) {} in TestFrontendAction()
43 IntrusiveRefCntPtr<ExternalASTSource> Source; member in TestFrontendAction
46 bool testExternalASTSource(ExternalASTSource *Source, in testExternalASTSource()
H A DCommentParser.cpp596 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 DTypeHierarchyTests.cpp57 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 Ddynamic-value.m33 @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 Dmain.mm33 @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 Dstepping-tests.m39 @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 DAsmParserTest.cpp24 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 DConvertUTFWrapper.cpp19 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 Ddxcontainer2yaml.cpp20 dumpDXContainer(MemoryBufferRef Source) { in dumpDXContainer()
65 llvm::MemoryBufferRef Source) { in dxcontainer2yaml()
H A Doffload2yaml.cpp37 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 DStrategiesTest.cpp77 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 DTapiUniversal.cpp24 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 DBackgroundRebuild.h49 BackgroundIndexRebuilder(SwapIndex *Target, FileSymbols *Source, in BackgroundIndexRebuilder()
95 FileSymbols *Source; variable
/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Dc_api_test.cpp94 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 DASTSelectionTest.cpp378 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 DLexicallyOrderedRecursiveASTVisitorTest.cpp104 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 DFixIt.h62 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 DPPCallbacksTest.cpp362 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 DDependencyDirectivesScannerTest.cpp685 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 DResourcePressureView.cpp55 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 Dpch-through-macro.h2 #define Source(x,y) macro
/llvm-project-15.0.7/clang/unittests/Basic/
H A DLineOffsetMappingTest.cpp60 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 DExternalASTMerger.cpp25 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 Dpch-through4a.cpp12 #define Source(x,y) macro

12345678910