Searched refs:HasUnresolvedUsing (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ExprCXX.cpp | 1311 bool HasUnresolvedUsing, in UnresolvedMemberExpr() argument 1331 IsArrow(IsArrow), HasUnresolvedUsing(HasUnresolvedUsing), in UnresolvedMemberExpr() 1348 UnresolvedMemberExpr::Create(const ASTContext &C, bool HasUnresolvedUsing, in Create() argument 1365 HasUnresolvedUsing, Base, BaseType, in Create()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ExprCXX.h | 3376 bool HasUnresolvedUsing : 1; variable 3390 UnresolvedMemberExpr(const ASTContext &C, bool HasUnresolvedUsing, 3401 HasUnresolvedUsing(false), Base(0) { } in UnresolvedMemberExpr() 3407 Create(const ASTContext &C, bool HasUnresolvedUsing, 3441 bool hasUnresolvedUsing() const { return HasUnresolvedUsing; } in hasUnresolvedUsing()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReaderStmt.cpp | 1474 E->HasUnresolvedUsing = Record[Idx++]; in VisitUnresolvedMemberExpr()
|