/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)) 54 for(size_t i = 0; i < Sources.size(); ++i) { 55 Sel = Sources[i]->GetExternalSelector(ID); 64 for(size_t i = 0; i < Sources.size(); ++i) 65 total += Sources[i]->GetNumExternalSelectors(); 70 for(size_t i = 0; i < Sources.size(); ++i [all...] |
/frameworks/compile/libbcc/lib/Core/ |
BCCContextImpl.cpp | 31 std::vector<Source *> Sources(mOwnSources.begin(), mOwnSources.end()); 32 llvm::DeleteContainerPointers(Sources);
|
/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/compiler-rt/lib/sanitizer_common/ |
Makefile.mk | 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file))) 14 ObjNames := $(Sources:%.cc=%.o) 22 SanitizerCommonFunctions := $(Sources:%.cc=%)
|
/external/clang/tools/libclang/ |
SimpleFormatContext.h | 41 Sources(*Diagnostics, Files), 42 Rewrite(Sources, Options) { 53 Sources.overrideFileContents(Entry, Source, true); 55 return Sources.createFileID(Entry, SourceLocation(), SrcMgr::C_User); 69 SourceManager Sources;
|
/external/compiler-rt/lib/asan/ |
Makefile.mk | 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file))) 14 ObjNames := $(Sources:%.cc=%.o) 24 AsanFunctions := $(Sources:%.cc=%)
|
/external/compiler-rt/lib/lsan/ |
Makefile.mk | 13 Sources := $(foreach file,$(wildcard $(Dir)/lsan_common*.cc),$(notdir $(file))) 14 ObjNames := $(Sources:%.cc=%.o) 23 LsanCommonFunctions := $(Sources:%.cc=%)
|
/external/compiler-rt/lib/msan/ |
Makefile.mk | 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file))) 14 ObjNames := $(Sources:%.cc=%.o) 24 MsanFunctions := $(Sources:%.cc=%)
|
/external/compiler-rt/lib/tsan/rtl/ |
Makefile.mk | 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file))) 15 ObjNames := $(Sources:%.cc=%.o) $(AsmSources:%.S=%.o) 25 TsanFunctions += $(Sources:%.cc=%) $(AsmSources:%.S=%)
|
/external/compiler-rt/lib/ubsan/ |
Makefile.mk | 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file))) 15 CSources := $(filter-out $(CXXSources),$(Sources)) 16 ObjNames := $(Sources:%.cc=%.o)
|
/external/clang/unittests/Tooling/ |
RewriterTestContext.h | 43 Sources(Diagnostics, Files), 44 Rewrite(Sources, Options) { 55 Sources.overrideFileContents(Entry, Source, true); 57 return Sources.createFileID(Entry, SourceLocation(), SrcMgr::C_User); 79 return Sources.createFileID(File, SourceLocation(), SrcMgr::C_User); 83 SourceLocation Result = Sources.translateFileLineCol( 84 Sources.getFileEntryForID(ID), Line, Column); 112 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), 127 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1), 129 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1), 131 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1), 143 Replaces.insert(Replacement(Context.Sources, Context.getLocation(IDa, 1, 1), 145 Replaces.insert(Replacement(Context.Sources, SourceLocation(), 147 Replaces.insert(Replacement(Context.Sources, Context.getLocation(IDz, 1, 1) [all...] |
/external/compiler-rt/lib/arm/ |
Makefile.mk | 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
|
/external/compiler-rt/lib/i386/ |
Makefile.mk | 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
|
/external/compiler-rt/lib/ppc/ |
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),$(notdir $(file))) 14 ObjNames := $(Sources:%.c=%.o)
|
/external/compiler-rt/lib/x86_64/ |
Makefile.mk | 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
|
/external/clang/include/clang/Tooling/ |
Refactoring.h | 88 Replacement(SourceManager &Sources, SourceLocation Start, unsigned Length, 92 Replacement(SourceManager &Sources, const CharSourceRange &Range, 97 Replacement(SourceManager &Sources, const Node &NodeToReplace, 126 void setFromSourceLocation(SourceManager &Sources, SourceLocation Start, 128 void setFromSourceRange(SourceManager &Sources, const CharSourceRange &Range, 196 Replacement::Replacement(SourceManager &Sources, const Node &NodeToReplace, 200 setFromSourceRange(Sources, Range, ReplacementText);
|
/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 | 36 Replacement::Replacement(SourceManager &Sources, SourceLocation Start, 38 setFromSourceLocation(Sources, Start, Length, ReplacementText); 41 Replacement::Replacement(SourceManager &Sources, const CharSourceRange &Range, 43 setFromSourceRange(Sources, Range, ReplacementText); 93 void Replacement::setFromSourceLocation(SourceManager &Sources, 97 Sources.getDecomposedLoc(Start); 98 const FileEntry *Entry = Sources.getFileEntryForID(DecomposedLocation.first); 107 static int getRangeSize(SourceManager &Sources, const CharSourceRange &Range) { 108 SourceLocation SpellingBegin = Sources.getSpellingLoc(Range.getBegin()); 109 SourceLocation SpellingEnd = Sources.getSpellingLoc(Range.getEnd()) [all...] |
/external/compiler-rt/lib/tsan/ |
Makefile.mk | 12 Sources :=
|
/external/compiler-rt/lib/ |
Makefile.mk | 27 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 28 ObjNames := $(Sources:%.c=%.o)
|
/external/clang/tools/clang-format/ |
ClangFormat.cpp | 101 SourceManager &Sources, FileManager &Files) { 105 Sources.overrideFileContents(Entry, Source, true); 106 return Sources.createFileID(Entry, SourceLocation(), SrcMgr::C_User); 170 static bool fillRanges(SourceManager &Sources, FileID ID, 189 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1); 190 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX); 213 Sources.getLocForStartOfFile(ID).getLocWithOffset(Offsets[i]); 224 End = Sources.getLocForEndOfFile(ID); 237 SourceManager Sources(Diagnostics, Files); 245 FileID ID = createInMemoryFile(FileName, Code.get(), Sources, Files) [all...] |
/external/clang/unittests/AST/ |
CommentParser.cpp | 632 const char *Sources[] = { 644 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) { 645 FullComment *FC = parseString(Sources[i]); 771 const char *Sources[] = { 781 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) { 782 FullComment *FC = parseString(Sources[i]); 800 const char *Sources[] = { 811 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) { 812 FullComment *FC = parseString(Sources[i]); 830 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...] |