reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Expr.cpp
 2783   assert(expr->hasPlaceholderType(BuiltinType::BoundMember));
tools/clang/lib/AST/ExprClassification.cpp
  557             E->hasPlaceholderType(BuiltinType::BoundMember))
  565             E->hasPlaceholderType(BuiltinType::BoundMember))
tools/clang/lib/Sema/SemaExpr.cpp
11703   assert(!E->hasPlaceholderType(BuiltinType::PseudoObject));
11878   assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject));
tools/clang/lib/Sema/SemaExprObjC.cpp
 1673     if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) &&
 4310   assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast));
 4342   assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast));
tools/clang/lib/Sema/SemaOverload.cpp
  898       assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast));
 6328       if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) &&
tools/clang/lib/Sema/SemaPseudoObject.cpp
 1672     assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject));
tools/clang/lib/Sema/TreeTransform.h
 9536   if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject))