OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUnscopedEnumerationType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
1936
return
isUnscopedEnumerationType
();
1939
bool Type::
isUnscopedEnumerationType
() const {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
1988
bool
isUnscopedEnumerationType
() const;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
1437
bool LEnum = L->
isUnscopedEnumerationType
(),
1438
REnum = R->
isUnscopedEnumerationType
();
Completed in 32 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026