Home
last modified time | relevance | path

Searched refs:HasUnresolvedUsing (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExprCXX.cpp1311 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/
DExprCXX.h3376 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/
DASTReaderStmt.cpp1474 E->HasUnresolvedUsing = Record[Idx++]; in VisitUnresolvedMemberExpr()