OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:includers
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Lex/
HeaderSearch.cpp
562
/// for system \#include's or not (i.e. using <> instead of "").
Includers
, if
568
ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>>
Includers
,
603
if (!
Includers
.empty() && !isAngled && !NoCurDirSearch) {
606
for (const auto &IncluderAndDir :
Includers
) {
773
if (!
Includers
.empty() &&
Includers
.front().first && !isAngled &&
775
HeaderFileInfo &IncludingHFI = getFileInfo(
Includers
.front().first);
784
CurDir,
Includers
.front(), SearchPath, RelativePath,
[
all
...]
PPDirectives.cpp
619
Includers
;
638
Includers
.push_back(std::make_pair(nullptr, MainFileDir));
641
Includers
.push_back(std::make_pair(FileEnt, FileMgr.getDirectory(".")));
643
Includers
.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
654
Includers
.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
668
Includers
, SearchPath, RelativePath, RequestingModule,
684
Filename, FilenameLoc, isAngled, FromDir, CurDir,
Includers
, SearchPath,
[
all
...]
/external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp
390
Includers
;
391
Includers
.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
394
Filename, SourceLocation(), isAngled, nullptr, CurDir,
Includers
, nullptr,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java
630
List<String>
includers
= mIncludedBy.get(includee);
local
631
if (
includers
!= null) {
632
includers
.remove(includer);
[
all
...]
/external/clang/include/clang/Lex/
HeaderSearch.h
366
/// \param
Includers
Indicates where the \#including file(s) are, in case
383
ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>>
Includers
,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h
[
all
...]
Completed in 224 milliseconds