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
571
/// for system \#include's or not (i.e. using <> instead of "").
Includers
, if
577
ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>>
Includers
,
609
if (!
Includers
.empty() && !isAngled && !NoCurDirSearch) {
612
for (const auto &IncluderAndDir :
Includers
) {
779
if (!
Includers
.empty() &&
Includers
.front().first && !isAngled &&
781
HeaderFileInfo &IncludingHFI = getFileInfo(
Includers
.front().first);
790
Includers
.front(), SearchPath, RelativePath, SuggestedModule);
[
all
...]
PPDirectives.cpp
622
Includers
;
641
Includers
.push_back(std::make_pair(nullptr, MainFileDir));
644
Includers
.push_back(std::make_pair(FileEnt, FileMgr.getDirectory(".")));
646
Includers
.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
658
Includers
.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
672
Includers
, SearchPath, RelativePath, SuggestedModule,
688
Filename, FilenameLoc, isAngled, FromDir, CurDir,
Includers
, SearchPath,
[
all
...]
/external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp
374
Includers
;
375
Includers
.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
377
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
377
/// \param
Includers
Indicates where the \#including file(s) are, in case
394
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 612 milliseconds