OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IncludeDirGroup
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Lex/
HeaderSearchOptions.h
23
///
IncludeDirGroup
- Identifies the group an include Entry belongs to,
28
enum
IncludeDirGroup
{
50
frontend::
IncludeDirGroup
Group;
58
Entry(StringRef path, frontend::
IncludeDirGroup
group, bool isFramework,
187
void AddPath(StringRef Path, frontend::
IncludeDirGroup
Group,
/external/clang/lib/Frontend/
InitHeaderSearch.cpp
40
std::vector<std::pair<
IncludeDirGroup
, DirectoryLookup> > IncludePath;
41
typedef std::vector<std::pair<
IncludeDirGroup
,
58
void AddPath(const Twine &Path,
IncludeDirGroup
Group, bool isFramework);
62
void AddUnmappedPath(const Twine &Path,
IncludeDirGroup
Group,
115
void InitHeaderSearch::AddPath(const Twine &Path,
IncludeDirGroup
Group,
131
void InitHeaderSearch::AddUnmappedPath(const Twine &Path,
IncludeDirGroup
Group,
CompilerInvocation.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 693 milliseconds