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

/external/clang/lib/AST/
H A DExprClassification.cpp522 E->hasPlaceholderType(BuiltinType::BoundMember))
530 E->hasPlaceholderType(BuiltinType::BoundMember))
H A DExpr.cpp2330 assert(expr->hasPlaceholderType(BuiltinType::BoundMember));
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1376 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) &&
2271 if (Receiver->hasPlaceholderType()) {
3764 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast));
3797 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast));
H A DSemaPseudoObject.cpp1630 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject));
H A DSemaExprCXX.cpp5315 if (Base->hasPlaceholderType()) {
5732 if (E->hasPlaceholderType()) {
H A DSemaExpr.cpp6080 if (commonExpr->hasPlaceholderType()) {
8488 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject));
8621 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject));
13380 assert(!arg->hasPlaceholderType());
H A DSemaOverload.cpp812 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast));
5305 if (From->hasPlaceholderType()) {
H A DSemaType.cpp1566 if (ArraySize && ArraySize->hasPlaceholderType()) {
H A DTreeTransform.h7013 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject))
/external/clang/include/clang/AST/
H A DExpr.h460 bool hasPlaceholderType() const { function in class:clang::Expr
465 bool hasPlaceholderType(BuiltinType::Kind K) const { function in class:clang::Expr

Completed in 225 milliseconds