Home
last modified time | relevance | path

Searched refs:Includers (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Lex/
H A DHeaderSearch.cpp698 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
740 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
743 for (const auto &IncluderAndDir : Includers) { in LookupFile()
918 if (!Includers.empty()) in LookupFile()
920 Includers.front().second->getName(), Filename, in LookupFile()
932 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
934 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
943 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Lex/
H A DHeaderSearch.cpp697 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,
735 if (!Includers.empty() && !isAngled && !NoCurDirSearch) {
738 for (const auto &IncluderAndDir : Includers) {
907 if (!Includers.empty())
909 Includers.front().second->getName(), Filename,
921 if (!Includers.empty() && Includers.front().first && !isAngled &&
923 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first);
932 CurDir, Includers.front(), SearchPath, RelativePath,
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Lex/
H A DHeaderSearch.cpp703 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
741 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
744 for (const auto &IncluderAndDir : Includers) { in LookupFile()
913 if (!Includers.empty()) in LookupFile()
915 Includers.front().second->getName(), Filename, in LookupFile()
927 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
929 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
938 CurDir, Includers.front(), SearchPath, RelativePath, in LookupFile()
/dports/devel/doxygen/doxygen-1.9.3/addon/doxypysql/
H A Dsearch.py37 Includers="9903" variable in RequestType
264 RequestType.Includers: f.includers,
356 kind=RequestType.Includers
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Lex/
H A DHeaderSearch.cpp798 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
841 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
844 for (const auto &IncluderAndDir : Includers) { in LookupFile()
1025 if (!Includers.empty()) in LookupFile()
1027 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
1039 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
1041 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
1050 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp757 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
800 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
803 for (const auto &IncluderAndDir : Includers) { in LookupFile()
984 if (!Includers.empty()) in LookupFile()
986 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
998 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
1000 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
1009 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Lex/
H A DHeaderSearch.cpp757 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
800 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
803 for (const auto &IncluderAndDir : Includers) { in LookupFile()
984 if (!Includers.empty()) in LookupFile()
986 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
998 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
1000 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
1009 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Lex/
H A DHeaderSearch.cpp732 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
776 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
779 for (const auto &IncluderAndDir : Includers) { in LookupFile()
964 if (!Includers.empty()) in LookupFile()
966 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
978 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
980 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
989 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Lex/
H A DHeaderSearch.cpp732 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
776 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
779 for (const auto &IncluderAndDir : Includers) { in LookupFile()
964 if (!Includers.empty()) in LookupFile()
966 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
978 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
980 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
989 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Lex/
H A DHeaderSearch.cpp731 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
775 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
778 for (const auto &IncluderAndDir : Includers) { in LookupFile()
963 if (!Includers.empty()) in LookupFile()
965 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
977 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
979 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
988 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Lex/
H A DHeaderSearch.cpp757 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
800 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
803 for (const auto &IncluderAndDir : Includers) { in LookupFile()
984 if (!Includers.empty()) in LookupFile()
986 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
998 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
1000 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
1009 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Lex/
H A DHeaderSearch.cpp757 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
800 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
803 for (const auto &IncluderAndDir : Includers) { in LookupFile()
984 if (!Includers.empty()) in LookupFile()
986 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
998 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
1000 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
1009 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp757 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
800 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
803 for (const auto &IncluderAndDir : Includers) { in LookupFile()
984 if (!Includers.empty()) in LookupFile()
986 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
998 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
1000 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
1009 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp731 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
775 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
778 for (const auto &IncluderAndDir : Includers) { in LookupFile()
963 if (!Includers.empty()) in LookupFile()
965 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
977 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
979 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
988 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Lex/
H A DHeaderSearch.cpp757 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
800 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
803 for (const auto &IncluderAndDir : Includers) { in LookupFile()
984 if (!Includers.empty()) in LookupFile()
986 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
998 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
1000 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
1009 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Lex/
H A DHeaderSearch.cpp757 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
800 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
803 for (const auto &IncluderAndDir : Includers) { in LookupFile()
984 if (!Includers.empty()) in LookupFile()
986 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
998 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
1000 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
1009 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Lex/
H A DHeaderSearch.cpp757 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
800 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
803 for (const auto &IncluderAndDir : Includers) { in LookupFile()
984 if (!Includers.empty()) in LookupFile()
986 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
998 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
1000 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
1009 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp412 Includers; in HandleHasInclude() local
413 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir())); in HandleHasInclude()
416 Filename, SourceLocation(), isAngled, Lookup, CurDir, Includers, nullptr, in HandleHasInclude()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp413 Includers; in HandleHasInclude() local
414 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir())); in HandleHasInclude()
417 Filename, SourceLocation(), isAngled, Lookup, CurDir, Includers, nullptr, in HandleHasInclude()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp413 Includers;
414 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
417 Filename, SourceLocation(), isAngled, Lookup, CurDir, Includers, nullptr,
/dports/devel/kdevelop/kdevelop-21.12.3/po/zh_TW/
H A Dkdevquickopen.po111 #| msgid "Includers"
113 msgid "Includers"
/dports/devel/kdevelop/kdevelop-21.12.3/po/ug/
H A Dkdevquickopen.po109 #| msgid "Includers"
111 msgid "Includers"
/dports/devel/kdevelop/kdevelop-21.12.3/po/eo/
H A Dkdevquickopen.po112 #| msgid "Includers"
114 msgid "Includers"
/dports/devel/kdevelop/kdevelop-21.12.3/po/kk/
H A Dkdevquickopen.po109 #| msgid "Includers"
111 msgid "Includers"
/dports/devel/kdevelop/kdevelop-21.12.3/po/en_GB/
H A Dkdevquickopen.po106 msgid "Includers"
107 msgstr "Includers"

1234567