HomeSort by relevance Sort by last modified time
    Searched refs:Sources (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/compile/libbcc/lib/Core/
BCCContextImpl.cpp 31 std::vector<Source *> Sources(mOwnSources.begin(), mOwnSources.end());
32 llvm::DeleteContainerPointers(Sources);
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 26 Sources.push_back(&s1);
27 Sources.push_back(&s2);
38 Sources.push_back(&source);
46 for(size_t i = 0; i < Sources.size(); ++i)
47 if (Decl *Result = Sources[i]->GetExternalDecl(ID))
53 for (size_t i = 0; i < Sources.size(); ++i)
54 Sources[i]->CompleteRedeclChain(D);
59 for(size_t i = 0; i < Sources.size(); ++i) {
60 Sel = Sources[i]->GetExternalSelector(ID);
69 for(size_t i = 0; i < Sources.size(); ++i
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
15 Sources := $(filter-out $(NolibcSources),$(Sources))
16 ObjNames := $(Sources:%.cc=%.o)
24 SanitizerCommonFunctions := $(Sources:%.cc=%)
  /external/compiler-rt/lib/interception/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
14 ObjNames := $(Sources:%.cc=%.o)
23 InterceptionFunctions := $(Sources:%.cc=%)
  /external/clang/lib/Index/
SimpleFormatContext.h 43 Sources(*Diagnostics, Files),
44 Rewrite(Sources, Options) {
53 return Sources.createFileID(Entry, SourceLocation(), SrcMgr::C_User);
68 SourceManager Sources;
  /external/compiler-rt/lib/builtins/arm64/
Makefile.mk 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /external/compiler-rt/lib/builtins/armv6m/
Makefile.mk 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /external/compiler-rt/lib/builtins/i386/
Makefile.mk 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /external/compiler-rt/lib/builtins/ppc/
Makefile.mk 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /external/compiler-rt/lib/builtins/x86_64/
Makefile.mk 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /external/compiler-rt/lib/profile/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.c $(Dir)/*.cc),$(notdir $(file)))
14 ObjNames := $(patsubst %.c,%.o,$(patsubst %.cc,%.o,$(Sources)))
  /external/clang/unittests/Tooling/
RewriterTestContext.h 46 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;
RefactoringTest.cpp 38 return Replacement(Context.Sources, Start, Length, ReplacementText);
104 Replacement Replace1(Context.Sources, SourceLocation(), 0, "");
115 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1),
117 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 3, 1),
130 Replaces.push_back(Replacement(Context.Sources, Context.getLocation(ID, 2, 1),
133 Replacement(Context.Sources, Context.getLocation(ID, 3, 1), 5, "other"));
142 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1),
144 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1),
146 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1),
158 Replaces.insert(Replacement(Context.Sources, Context.getLocation(IDa, 1, 1)
    [all...]
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 23 static Replacement replaceStmtWithText(SourceManager &Sources,
26 return tooling::Replacement(Sources, CharSourceRange::getTokenRange(
29 static Replacement replaceStmtWithStmt(SourceManager &Sources,
32 return replaceStmtWithText(Sources, From, Lexer::getSourceText(
34 Sources, LangOptions()));
Refactoring.cpp 46 SourceManager Sources(Diagnostics, getFiles());
47 Rewriter Rewrite(Sources, DefaultLangOptions);
  /external/compiler-rt/lib/ubsan/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
16 CSources := $(filter-out $(StandaloneSources),$(filter-out $(CXXSources),$(Sources)))
17 ObjNames := $(Sources:%.cc=%.o)
  /external/compiler-rt/lib/builtins/
Makefile.mk 20 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
21 ObjNames := $(Sources:%.c=%.o)
  /external/compiler-rt/lib/builtins/arm/
Makefile.mk 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /external/compiler-rt/lib/lsan/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
14 ObjNames := $(Sources:%.cc=%.o)
  /external/clang/tools/clang-format/
ClangFormat.cpp 114 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.getLocForEndOfFile(ID)
    [all...]
  /external/clang/include/clang/Tooling/Core/
Replacement.h 86 Replacement(const SourceManager &Sources, SourceLocation Start,
90 Replacement(const SourceManager &Sources, const CharSourceRange &Range,
96 Replacement(const SourceManager &Sources, const Node &NodeToReplace,
120 void setFromSourceLocation(const SourceManager &Sources,
123 void setFromSourceRange(const SourceManager &Sources,
230 Replacement::Replacement(const SourceManager &Sources,
235 setFromSourceRange(Sources, Range, ReplacementText, LangOpts);
  /external/clang/unittests/AST/
CommentParser.cpp 632 const char *Sources[] = {
669 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
670 FullComment *FC = parseString(Sources[i]);
796 const char *Sources[] = {
806 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
807 FullComment *FC = parseString(Sources[i]);
825 const char *Sources[] = {
836 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
837 FullComment *FC = parseString(Sources[i]);
855 const char *Sources[] =
    [all...]
CommentLexer.cpp 92 const char *Sources[] = {
95 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
98 lexString(Sources[i], Toks);
108 const char *Sources[] = {
111 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
114 lexString(Sources[i], Toks);
125 const char *Sources[] = {
130 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
133 lexString(Sources[i], Toks);
146 const char *Sources[] =
    [all...]
  /external/clang/lib/Tooling/Core/
Replacement.cpp 39 Replacement::Replacement(const SourceManager &Sources, SourceLocation Start,
41 setFromSourceLocation(Sources, Start, Length, ReplacementText);
44 Replacement::Replacement(const SourceManager &Sources,
48 setFromSourceRange(Sources, Range, ReplacementText, LangOpts);
110 void Replacement::setFromSourceLocation(const SourceManager &Sources,
114 Sources.getDecomposedLoc(Start);
115 const FileEntry *Entry = Sources.getFileEntryForID(DecomposedLocation.first);
124 static int getRangeSize(const SourceManager &Sources,
127 SourceLocation SpellingBegin = Sources.getSpellingLoc(Range.getBegin());
128 SourceLocation SpellingEnd = Sources.getSpellingLoc(Range.getEnd())
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 51 public class Sources extends BroadcastReceiver implements OnAccountsUpdateListener {
52 private static final String TAG = "Sources";
63 private static SoftReference<Sources> sInstance = null;
66 * Requests the singleton instance of {@link Sources} with data bound from
70 public static synchronized Sources getInstance(Context context) {
71 Sources sources = sInstance == null ? null : sInstance.get(); local
72 if (sources == null) {
73 sources = new Sources(context)
    [all...]

Completed in 256 milliseconds

1 2