OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttrSpelling
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp
156
static StringRef NormalizeGNUAttrSpelling(StringRef
AttrSpelling
) {
157
if (
AttrSpelling
.startswith("__") &&
AttrSpelling
.endswith("__")) {
158
AttrSpelling
=
AttrSpelling
.substr(2,
AttrSpelling
.size() - 4);
161
return
AttrSpelling
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp
2124
StringRef
AttrSpelling
= PP.getLastMacroWithSpelling(NameLoc, AttrTokens);
2125
if (!
AttrSpelling
.empty())
2126
CCAttrText =
AttrSpelling
;
Completed in 20 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026