OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasQualifier
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
NestedNameSpecifier.h
270
bool
hasQualifier
() const { return Qualifier; }
ExprCXX.h
2565
bool
hasQualifier
() const { return QualifierLoc.
hasQualifier
(); }
Expr.h
1200
/// DeclRefExprBits.
HasQualifier
:
1230
return
hasQualifier
();
1280
static DeclRefExpr *CreateEmpty(const ASTContext &Context, bool
HasQualifier
,
1300
bool
hasQualifier
() const { return DeclRefExprBits.
HasQualifier
; }
1305
if (!
hasQualifier
())
3159
static MemberExpr *CreateEmpty(const ASTContext &Context, bool
HasQualifier
,
3185
bool
hasQualifier
() const { return getQualifier() != nullptr; }
3307
return LO.AppleKext || !
hasQualifier
();
Completed in 39 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026