OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Umbrella
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Basic/
Module.h
58
/// \brief The
umbrella
header or directory.
59
llvm::PointerUnion<const DirectoryEntry *, const FileEntry *>
Umbrella
;
119
/// Submodules can only be inferred for modules with an
umbrella
header.
239
: Name(Name), DefinitionLoc(DefinitionLoc), Parent(0),
Umbrella
(),ASTFile(0),
328
///
umbrella
.
331
/// \brief Retrieve the header that serves as the
umbrella
header for this
334
return
Umbrella
.dyn_cast<const FileEntry *>();
337
/// \brief Determine whether this module has an
umbrella
directory that is
338
/// not based on an
umbrella
header.
340
return
Umbrella
&& Umbrella.is<const DirectoryEntry *>()
[
all
...]
/external/clang/lib/Basic/
Module.cpp
28
Umbrella
(), ASTFile(0), IsAvailable(true), IsFromModuleFile(false),
130
return
Umbrella
.dyn_cast<const DirectoryEntry *>();
291
OS << "
umbrella
header \"";
296
OS << "
umbrella
\"";
/external/clang/lib/Lex/
ModuleMap.cpp
209
// an
umbrella
header.
216
// Search up the module stack until we find a module with an
umbrella
224
// the directory of the
umbrella
header and the directory where
260
// the module we found, since the
umbrella
header covers them all.
299
// an
umbrella
header.
308
// Search up the module stack until we find a module with an
umbrella
508
// Look for an
umbrella
header.
513
// FIXME: If there's no
umbrella
header, we could probably scan the
527
//
umbrella
header "
umbrella
-header-name
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 161 milliseconds