OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MappedName
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
DirectoryLookup.h
176
/// \param [out]
MappedName
if this is a headermap which maps the filename to
185
bool &IsInHeaderMap, SmallVectorImpl<char> &
MappedName
) const;
HeaderSearch.h
208
const char *
MappedName
= nullptr;
215
this->
MappedName
= nullptr;
/src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp
381
bool &IsInHeaderMap, SmallVectorImpl<char> &
MappedName
) const {
384
MappedName
.clear();
436
MappedName
.append(Dest.begin(), Dest.end());
437
Filename = StringRef(
MappedName
.begin(),
MappedName
.size());
902
if (CacheLookup.
MappedName
) {
903
Filename = CacheLookup.
MappedName
;
914
SmallString<64>
MappedName
;
924
IsInHeaderMap,
MappedName
);
925
if (!
MappedName
.empty())
[
all
...]
Completed in 59 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026