OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Declarations
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.cpp
238
DenseMap<StringRef, const Record *>
Declarations
;
240
// There cannot be multiple
declarations
with the same name.
244
const auto It =
Declarations
.find(Name);
245
if (It ==
Declarations
.end()) {
246
Declarations
[Name] = R;
Completed in 15 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026