OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImportLocs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h
660
:
ImportLocs
(std::move(O.
ImportLocs
)), Generation(O.Generation ? 1 : 0) {
661
O.
ImportLocs
.clear();
668
ImportLocs
= std::move(O.
ImportLocs
);
669
O.
ImportLocs
.clear();
686
return M->getVisibilityID() <
ImportLocs
.size()
687
?
ImportLocs
[M->getVisibilityID()]
711
std::vector<SourceLocation>
ImportLocs
;
/src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp
649
if (
ImportLocs
.size() <= ID)
650
ImportLocs
.resize(ID + 1);
651
else if (
ImportLocs
[ID].isValid())
654
ImportLocs
[ID] = Loc;
Completed in 37 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026