OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MappedName
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
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 24 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026