Searched refs:CXXNullPtrLiteralExprBits (Results 1 – 2 of 2) sorted by relevance
753 CXXNullPtrLiteralExprBits.Loc = Loc; in CXXNullPtrLiteralExpr()763 SourceLocation getLocation() const { return CXXNullPtrLiteralExprBits.Loc; } in getLocation()764 void setLocation(SourceLocation L) { CXXNullPtrLiteralExprBits.Loc = L; } in setLocation()
1048 CXXNullPtrLiteralExprBitfields CXXNullPtrLiteralExprBits; member