Searched defs:Includes (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessorOptions.h47 std::vector<std::string> Includes; member in class:clang::PreprocessorOptions
170 Includes.clear();
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc132 static bool Includes(std::vector<pid_t> first, std::vector<pid_t> second) { function in namespace:__sanitizer
150 ASSERT_TRUE(Includes(listed_tids, tids_));
163 ASSERT_TRUE(Includes(listed_tids, tids_));
/external/clang/lib/Frontend/
H A DFrontendActions.cpp153 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) { argument
154 Includes.append(RHS.begin(), RHS.end());
155 return Includes;
159 SmallVectorImpl<char> &Includes,
163 Includes += "extern \"C\" {\n";
165 Includes += "#import \"";
167 Includes += "#include \"";
169 Includes += HeaderName;
171 Includes += "\"\n";
173 Includes
158 addHeaderInclude(StringRef HeaderName, SmallVectorImpl<char> &Includes, const LangOptions &LangOpts, bool IsExternC) argument
184 collectModuleHeaderIncludes(const LangOptions &LangOpts, FileManager &FileMgr, ModuleMap &ModMap, clang::Module *Module, SmallVectorImpl<char> &Includes) argument
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp38 bool Includes(const llvm::APSInt &v) const { function in class:__anon1707::Range
136 if (i->Includes(Lower)) {
137 if (i->Includes(Upper)) {
144 if (i->Includes(Upper)) {
/external/clang/lib/Format/
H A DFormat.cpp1213 // Sorts a block of includes given by 'Includes' alphabetically adding the
1214 // necessary replacement to 'Replaces'. 'Includes' must be in strict source
1217 const SmallVectorImpl<IncludeDirective> &Includes,
1220 if (!affectsRange(Ranges, Includes.front().Offset,
1221 Includes.back().Offset + Includes.back().Text.size()))
1224 for (unsigned i = 0, e = Includes.size(); i != e; ++i)
1228 return std::tie(Includes[LHSI].Category, Includes[LHSI].Filename) <
1229 std::tie(Includes[RHS
1216 sortCppIncludes(const FormatStyle &Style, const SmallVectorImpl<IncludeDirective> &Includes, ArrayRef<tooling::Range> Ranges, StringRef FileName, tooling::Replacements &Replaces, unsigned *Cursor) argument
[all...]
/external/llvm/unittests/IR/
H A DMetadataTest.cpp1673 StringRef Includes = "-I."; local
1676 auto *N = DIModule::get(Context, Scope, Name, ConfigMacro, Includes, Sysroot);
1682 EXPECT_EQ(Includes, N->getIncludePath());
1685 ConfigMacro, Includes, Sysroot));
1687 ConfigMacro, Includes, Sysroot));
1689 ConfigMacro, Includes, Sysroot));
1691 "other", Includes, Sysroot));
1695 ConfigMacro, Includes, "other"));
/external/clang/lib/Driver/
H A DTools.cpp10213 std::vector<std::string> Includes = local
10215 for (const auto &Include : Includes)
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h225 bool Includes(int value) const { return lower_ <= value && upper_ >= value; } function in class:v8::internal::final

Completed in 388 milliseconds