OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtraKind
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
IdentifierTable.h
895
enum
ExtraKind
{
914
DeclarationNameExtra(
ExtraKind
Kind) : ExtraKindOrNumArgs(Kind) {}
918
/// Return the corresponding
ExtraKind
.
919
ExtraKind
getKind() const {
920
return static_cast<
ExtraKind
>(ExtraKindOrNumArgs >
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclarationName.h
152
/// NameKind, StoredNameKind, and DeclarationNameExtra::
ExtraKind
161
/// * The enumerations values of DeclarationNameExtra::
ExtraKind
must start
164
/// between DeclarationNameExtra::
ExtraKind
and NameKind possible with
391
// enumeration values of
ExtraKind
correspond to the enumeration values of
393
unsigned
ExtraKind
= castAsExtra()->getKind();
394
return static_cast<NameKind>(UncommonNameKindOffset +
ExtraKind
);
Completed in 40 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026