Searched refs:OpSpelling (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4068 const char *OpSpelling = isIndirect ? "->*" : ".*"; local
4077 << OpSpelling << RHSType << RHS.get()->getSourceRange();
4099 << OpSpelling << 1 << LHSType
4108 OpSpelling, (int)isIndirect)) {
4113 Diag(Loc, diag::err_bad_memptr_lhs) << OpSpelling

Completed in 125 milliseconds