Searched refs:HasUnresolvedUsing (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1403 const ASTContext &Context, bool HasUnresolvedUsing, Expr *Base, in UnresolvedMemberExpr() argument 1421 UnresolvedMemberExprBits.HasUnresolvedUsing = HasUnresolvedUsing; in UnresolvedMemberExpr() 1443 const ASTContext &Context, bool HasUnresolvedUsing, Expr *Base, in Create() argument 1457 Context, HasUnresolvedUsing, Base, BaseType, IsArrow, OperatorLoc, in Create()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 3573 UnresolvedMemberExpr(const ASTContext &Context, bool HasUnresolvedUsing, 3595 Create(const ASTContext &Context, bool HasUnresolvedUsing, Expr *Base, 3629 return UnresolvedMemberExprBits.HasUnresolvedUsing; in hasUnresolvedUsing()
|
| H A D | Stmt.h | 824 unsigned HasUnresolvedUsing : 1; in alignas() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1686 E->UnresolvedMemberExprBits.HasUnresolvedUsing = Record.readInt(); in VisitUnresolvedMemberExpr()
|