OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TheEnumDecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp
92
if (const auto *
TheEnumDecl
= dyn_cast<EnumDecl>(DC)) {
93
Result =
TheEnumDecl
->getAvailability(Message);
94
D =
TheEnumDecl
;
SemaDecl.cpp
17878
Decl *Sema::ActOnEnumConstant(Scope *S, Decl *
theEnumDecl
, Decl *lastEnumConst,
17882
EnumDecl *
TheEnumDecl
= cast<EnumDecl>(
theEnumDecl
);
17908
if (getLangOpts().CPlusPlus && !
TheEnumDecl
->isScoped())
17909
DiagnoseClassNameShadow(
TheEnumDecl
->getDeclContext(),
17913
CheckEnumConstant(
TheEnumDecl
, LastEnumConst, IdLoc, Id, Val);
17918
if (!
TheEnumDecl
->isScoped() && isa<ValueDecl>(PrevDecl)) {
17942
New->setAccess(
TheEnumDecl
->getAccess());
Completed in 27 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026