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

Declarations

tools/clang/include/clang/AST/Type.h
 1933   bool isPlaceholderType() const;

References

tools/clang/include/clang/AST/Expr.h
  482     return getType()->isPlaceholderType();
tools/clang/lib/Sema/SemaCast.cpp
 2619   assert(!SrcType->isPlaceholderType());
tools/clang/lib/Sema/SemaCoroutine.cpp
  700   if (E->getType()->isPlaceholderType()) {
  718   if (E->getType()->isPlaceholderType()) {
  756   if (E->getType()->isPlaceholderType()) {
  817   if (E->getType()->isPlaceholderType()) {
  860   if (E && E->getType()->isPlaceholderType() &&
tools/clang/lib/Sema/SemaExpr.cpp
  442   if (E->getType()->isPlaceholderType()) {
  556   if (E->getType()->isPlaceholderType()) {
 4468   if (Base->getType()->isPlaceholderType() &&
12161   } else if (ResType->isPlaceholderType()) {
12323   assert(!OrigOp.get()->getType()->isPlaceholderType());
tools/clang/lib/Sema/SemaExprCXX.cpp
  470     if (E->getType()->isPlaceholderType()) {
 5394   } else if (Queried->getType()->isPlaceholderType()) {
 5410   assert(!LHS.get()->getType()->isPlaceholderType() &&
 5411          !RHS.get()->getType()->isPlaceholderType() &&
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 1334     if (Arg->isPlaceholderType() ||