OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Spellings
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp
76
std::vector<Record *>
Spellings
= Attr.getValueAsListOfDefs("
Spellings
");
79
for (const auto &Spelling :
Spellings
) {
1393
std::vector<FlattenedSpelling>
Spellings
= GetFlattenedSpellings(R);
1396
if (
Spellings
.empty()) {
1406
for (unsigned I = 0; I <
Spellings
.size(); ++I)
1408
" return \"" <<
Spellings
[I].name() << "\";\n";
1419
std::vector<FlattenedSpelling>
Spellings
= GetFlattenedSpellings(R);
1424
if (
Spellings
.empty()) {
1436
for (unsigned I = 0; I <
Spellings
.size(); ++ I)
[
all
...]
/src/external/apache2/llvm/dist/clang/examples/Attribute/
Attribute.cpp
35
Spellings
= S;
/src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
CallSuperAttrInfo.cpp
162
Spellings
= S;
/src/external/apache2/llvm/dist/clang/lib/Sema/
ParsedAttr.cpp
138
for (auto &S : Ptr->
Spellings
)
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h
60
/// True if this attribute has any
spellings
that are known to gcc.
69
ArrayRef<Spelling>
Spellings
;
Completed in 40 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026