Home
last modified time | relevance | path

Searched defs:hasQualifier (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h269 bool hasQualifier() const { return Qualifier; } in hasQualifier() function
H A DExpr.h1357 bool hasQualifier() const { return DeclRefExprBits.HasQualifier; } in hasQualifier() function
3382 bool hasQualifier() const { return MemberExprBits.HasQualifier; } in hasQualifier() function
H A DExprCXX.h2774 bool hasQualifier() const { return QualifierLoc.hasQualifier(); } in hasQualifier() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp78 bool hasQualifier, NestedNameSpecifier *qualifier, bool isArrow, in emitCXXMemberOrOperatorMemberCallExpr()
H A DCIRGenExpr.cpp1561 bool hasQualifier = me->hasQualifier(); in emitCXXMemberCallExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7630 AST_MATCHER_P(ElaboratedType, hasQualifier, in AST_MATCHER_P() argument