HomeSort by: relevance | last modified time | path
    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 55 milliseconds