HomeSort by relevance Sort by last modified time
    Searched refs:isPlaceholderType (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Sema/
SemaCoroutine.cpp 216 if (E->getType()->isPlaceholderType()) {
232 if (E->getType()->isPlaceholderType()) {
299 if (E->getType()->isPlaceholderType()) {
335 if (E && E->getType()->isPlaceholderType() &&
SemaExprCXX.cpp 403 if (E->getType()->isPlaceholderType()) {
    [all...]
SemaCast.cpp     [all...]
SemaExpr.cpp 499 if (E->getType()->isPlaceholderType()) {
620 if (E->getType()->isPlaceholderType()) {
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
Expr.h 463 return getType()->isPlaceholderType();
    [all...]

Completed in 319 milliseconds