OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FromAttrs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
StratifiedSets.h
487
auto
FromAttrs
= LinksFrom->getAttrs();
488
LinksInto->setAttrs(
FromAttrs
);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
6186
ArrayRef<const Attr*>
FromAttrs
(S->getAttrs());
6187
SmallVector<const Attr *, 1> ToAttrs(
FromAttrs
.size());
6188
if (Error Err = ImportContainerChecked(
FromAttrs
, ToAttrs))
Completed in 28 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026