Searched defs:Sources (Results 1 - 23 of 23) sorted by relevance

/external/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h42 SmallVector<ExternalSemaSource *, 2> Sources; // doesn't own them. member in class:clang::MultiplexExternalSemaSource
/external/compiler-rt/lib/builtins/
H A DMakefile.mk20 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) macro
21 ObjNames := $(Sources:%.c=%.o)
/external/compiler-rt/lib/builtins/arm/
H A DMakefile.mk15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) macro
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
/external/compiler-rt/lib/builtins/arm64/
H A DMakefile.mk15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) macro
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
/external/compiler-rt/lib/builtins/armv6m/
H A DMakefile.mk15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) macro
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
/external/compiler-rt/lib/builtins/i386/
H A DMakefile.mk15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) macro
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
/external/compiler-rt/lib/builtins/ppc/
H A DMakefile.mk15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) macro
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
/external/compiler-rt/lib/builtins/x86_64/
H A DMakefile.mk15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) macro
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
/external/clang/lib/Index/
H A DSimpleFormatContext.h43 Sources(*Diagnostics, Files),
44 Rewrite(Sources, Options) {
53 return Sources.createFileID(Entry, SourceLocation(), SrcMgr::C_User);
68 SourceManager Sources; member in class:clang::index::SimpleFormatContext
/external/clang/include/clang/Tooling/Core/
H A DReplacement.h93 Replacement(const SourceManager &Sources, SourceLocation Start,
97 Replacement(const SourceManager &Sources, const CharSourceRange &Range,
103 Replacement(const SourceManager &Sources, const Node &NodeToReplace,
127 void setFromSourceLocation(const SourceManager &Sources,
130 void setFromSourceRange(const SourceManager &Sources,
243 Replacement::Replacement(const SourceManager &Sources, argument
248 setFromSourceRange(Sources, Range, ReplacementText, LangOpts);
/external/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp23 static Replacement replaceStmtWithText(SourceManager &Sources, argument
26 return tooling::Replacement(Sources, CharSourceRange::getTokenRange(
29 static Replacement replaceStmtWithStmt(SourceManager &Sources, argument
32 return replaceStmtWithText(Sources, From, Lexer::getSourceText(
34 Sources, LangOptions()));
/external/clang/unittests/AST/
H A DCommentLexer.cpp92 const char *Sources[] = { local
95 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
98 lexString(Sources[i], Toks);
108 const char *Sources[] = { local
111 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
114 lexString(Sources[i], Toks);
125 const char *Sources[] = { local
130 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
133 lexString(Sources[i], Toks);
146 const char *Sources[] local
167 const char *Sources[] = { local
251 const char *Sources[] = { "//@", "///@", "//!@" }; local
268 const char *Sources[] = { "/*@*/", "/**@*/", "/*!@*/"}; local
286 const char *Sources[] = { "/*\\\\*/", "/**\\\\*/" }; local
304 const char *Sources[] = { local
576 const char *Sources[] = { local
643 const char *Sources[] = { local
674 const char *Sources[] = { local
887 const char *Sources[] = { local
912 const char *Sources[] = { local
1038 const char *Sources[] = { local
1155 const char *Sources[] = { local
1181 const char *Sources[] = { local
1209 const char *Sources[] = { local
1268 const char *Sources[] = { local
1301 const char *Sources[] = { local
1334 const char *Sources[] = { local
1359 const char *Sources[] = { local
1781 const char *Sources[] = { local
[all...]
H A DCommentParser.cpp632 const char *Sources[] = { local
669 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
670 FullComment *FC = parseString(Sources[i]);
796 const char *Sources[] = { local
806 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
807 FullComment *FC = parseString(Sources[i]);
825 const char *Sources[] = { local
836 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
837 FullComment *FC = parseString(Sources[i]);
855 const char *Sources[] local
885 const char *Sources[] = { local
942 const char *Sources[] = { local
1080 const char *Sources[] = { local
1103 const char *Sources[] = { local
1125 const char *Sources[] = { local
1149 const char *Sources[] = { local
1171 const char *Sources[] = { local
1280 const char *Sources[] = { local
1304 const char *Sources[] = { local
1329 const char *Sources[] = { local
1356 const char *Sources[] = { local
1387 const char *Sources[] = { local
1405 const char *Sources[] = { local
1424 const char *Sources[] = { local
[all...]
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp184 std::vector<clang::ExternalSemaSource *> Sources; member in class:__anon3715::ExternalSemaSourceInstaller
206 for (size_t I = 0, E = Sources.size(); I < E; ++I) {
207 Sources[I]->InitializeSema(CI.getSema());
208 CI.getSema().addExternalSource(Sources[I]); variable
216 Sources.push_back(Source);
/external/clang/unittests/Tooling/
H A DRewriterTestContext.h46 Sources(Diagnostics, Files), Rewrite(Sources, Options) {
62 return Sources.createFileID(Entry, SourceLocation(), SrcMgr::C_User);
84 return Sources.createFileID(File, SourceLocation(), SrcMgr::C_User);
88 SourceLocation Result = Sources.translateFileLineCol(
89 Sources.getFileEntryForID(ID), Line, Column);
120 SourceManager Sources; member in class:clang::RewriterTestContext
H A DToolingTest.cpp223 std::vector<std::string> Sources; local
224 Sources.push_back("/a.cc");
225 Sources.push_back("/b.cc");
226 ClangTool Tool(Compilations, Sources);
450 std::vector<std::string> Sources; local
451 Sources.push_back("/a.cc");
452 Sources.push_back("/b.cc");
453 ClangTool Tool(Compilations, Sources);
/external/clang/tools/clang-format/
H A DClangFormat.cpp114 SourceManager &Sources, FileManager &Files,
117 return Sources.createFileID(Files.getFile(FileName), SourceLocation(),
138 SourceManager Sources(Diagnostics, Files);
139 FileID ID = createInMemoryFile("<irrelevant>", Code, Sources, Files,
157 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1);
158 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX);
161 unsigned Offset = Sources.getFileOffset(Start);
162 unsigned Length = Sources.getFileOffset(End) - Offset;
181 Sources.getLocForStartOfFile(ID).getLocWithOffset(Offsets[i]);
192 End = Sources
113 createInMemoryFile(StringRef FileName, MemoryBuffer *Source, SourceManager &Sources, FileManager &Files, vfs::InMemoryFileSystem *MemFS) argument
[all...]
/external/v8/tools/
H A Djs2c.py376 class Sources: class in inherits:
405 An instance of Sources.
440 result = Sources()
463 sources: A Sources instance with the prepared sources.
540 sources: A Sources instance with the prepared sources.
/external/clang/lib/Tooling/Core/
H A DReplacement.cpp40 Replacement::Replacement(const SourceManager &Sources, SourceLocation Start, argument
42 setFromSourceLocation(Sources, Start, Length, ReplacementText);
45 Replacement::Replacement(const SourceManager &Sources, argument
49 setFromSourceRange(Sources, Range, ReplacementText, LangOpts);
105 void Replacement::setFromSourceLocation(const SourceManager &Sources, argument
109 Sources.getDecomposedLoc(Start);
110 const FileEntry *Entry = Sources.getFileEntryForID(DecomposedLocation.first);
119 static int getRangeSize(const SourceManager &Sources, argument
122 SourceLocation SpellingBegin = Sources.getSpellingLoc(Range.getBegin());
123 SourceLocation SpellingEnd = Sources
132 setFromSourceRange(const SourceManager &Sources, const CharSourceRange &Range, StringRef ReplacementText, const LangOptions &LangOpts) argument
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.h738 void _push(const VarList &Sources) { Context.insert<InstARM32Push>(Sources); } argument
/external/mesa3d/include/CL/
H A Dcl.hpp105 * cl::Program::Sources source(1,
2390 typedef VECTOR_CLASS<std::pair<const char*, ::size_t> > Sources; typedef in class:cl::Program
2394 const Sources& sources,
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4957 SmallVector<ShuffleSourceInfo, 2> Sources; local
4971 auto Source = std::find(Sources.begin(), Sources.end(), SourceVec);
4972 if (Source == Sources.end())
4973 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec));
4983 if (Sources.size() > 2)
4989 for (auto &Source : Sources) {
5003 for (auto &Src : Sources) {
5063 for (auto &Src : Sources) {
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5886 SmallVector<ShuffleSourceInfo, 2> Sources; local
5903 auto Source = std::find(Sources.begin(), Sources.end(), SourceVec);
5904 if (Source == Sources.end())
5905 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec));
5915 if (Sources.size() > 2)
5921 for (auto &Source : Sources) {
5934 for (auto &Src : Sources) {
5995 for (auto &Src : Sources) {
[all...]

Completed in 590 milliseconds