Searched refs:Includes (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/mit/isl/dist/interface/
H A Dset_lang_defaults_arg4.h8 * a clang::PreprocessorOptions itself or its Includes.
13 operator std::vector<std::string> &() { return PO.Includes; }
H A Dextract_interface.cc106 static llvm::cl::list<string> Includes("I",
560 for (llvm::cl::list<string>::size_type i = 0; i < Includes.size(); ++i)
561 add_path(HSO, Includes[i]);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorOptions.h67 std::vector<std::string> Includes; member in class:clang::PreprocessorOptions
241 Includes.clear();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp285 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) { argument
286 Includes.append(RHS.begin(), RHS.end());
287 return Includes;
291 SmallVectorImpl<char> &Includes,
295 Includes += "extern \"C\" {\n";
297 Includes += "#import \"";
299 Includes += "#include \"";
301 Includes += HeaderName;
303 Includes += "\"\n";
305 Includes
290 addHeaderInclude(StringRef HeaderName, SmallVectorImpl<char> &Includes, const LangOptions &LangOpts, bool IsExternC) argument
315 collectModuleHeaderIncludes( const LangOptions &LangOpts, FileManager &FileMgr, DiagnosticsEngine &Diag, ModuleMap &ModMap, clang::Module *Module, SmallVectorImpl<char> &Includes) argument
[all...]
H A DChainedIncludesSource.cpp134 CInvok->getPreprocessorOpts().Includes.clear();
H A DCompilerInvocation.cpp3072 std::vector<std::string> &Includes,
3187 Includes.push_back("opencl-c-base.h");
3189 Includes.push_back("opencl-c.h");
3536 std::vector<std::string> &Includes,
3627 CompilerInvocation::setLangDefaults(Opts, IK, T, Includes, LangStd);
4139 for (const auto &I : Opts.Includes) {
4228 Opts.Includes.emplace_back(A->getValue());
4391 ParseLangArgs(LangOpts, Args, DashX, T, Res.getPreprocessorOpts().Includes,
H A DInitPreprocessor.cpp1270 for (unsigned i = 0, e = InitOpts.Includes.size(); i != e; ++i) {
1271 const std::string &Path = InitOpts.Includes[i];
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc130 static bool Includes(std::vector<tid_t> first, std::vector<tid_t> second) { function in namespace:__sanitizer
148 ASSERT_TRUE(Includes(listed_tids, tids_));
158 ASSERT_TRUE(Includes(listed_tids, tids_));
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h223 /// \param Includes - The affected list of included files.
227 std::vector<std::string> &Includes,
259 std::vector<std::string> &Includes,
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp190 PPOpts.Includes.insert(PPOpts.Includes.begin(), OriginalFile);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h37 bool Includes(const llvm::APSInt &Point) const { function in class:clang::ento::Range
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp182 return std::prev(It)->Includes(Point);
1262 if (!LHS.Includes(Zero) || !RHS.Includes(Zero)) {
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSShared/
H A DCommonServices.h135 #pragma mark == Includes ==
139 // Includes
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc1234/
H A Daddmul_2.asm63 C Assuming silly carry code is fixed. Includes bookkeeping.
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2212 FindCursorIndex(const SmallVectorImpl<IncludeDirective> &Includes, argument
2216 for (int i = 0, e = Includes.size(); i != e; ++i) {
2217 unsigned Start = Includes[Indices[i]].Offset;
2218 unsigned End = Start + Includes[Indices[i]].Text.size();
2225 while (--i >= 0 && Includes[CursorIndex].Text == Includes[Indices[i]].Text)
2254 // Sorts and deduplicate a block of includes given by 'Includes' alphabetically
2255 // adding the necessary replacement to 'Replaces'. 'Includes' must be in strict
2262 const SmallVectorImpl<IncludeDirective> &Includes,
2267 unsigned IncludesBeginOffset = Includes
2261 sortCppIncludes(const FormatStyle &Style, const SmallVectorImpl<IncludeDirective> &Includes, ArrayRef<tooling::Range> Ranges, StringRef FileName, StringRef Code, tooling::Replacements &Replaces, unsigned *Cursor) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d212 $(REG_ROW a-z, Includes characters a, b, c, ..., z. )
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d226 $(REG_ROW a-z, Includes characters a, b, c, ..., z. )
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1344 // Includes
1345 Record.push_back(PPOpts.Includes.size());
1346 for (unsigned I = 0, N = PPOpts.Includes.size(); I != N; ++I)
1347 AddString(PPOpts.Includes[I], Record);
H A DASTReader.cpp713 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) {
714 StringRef File = ExistingPPOpts.Includes[I];
729 if (std::find(PPOpts.Includes.begin(), PPOpts.Includes.end(), File)
730 != PPOpts.Includes.end())
5884 // Includes
5886 PPOpts.Includes.push_back(ReadString(Record, Idx));
5889 // Macro Includes

Completed in 419 milliseconds