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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1474 /// isPlaceholderType - Test for a type which does not represent an
1478 bool isPlaceholderType() const;
1887 bool isPlaceholderType() const { function in class:clang::BuiltinType
5015 inline bool Type::isPlaceholderType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5017 return BT->isPlaceholderType();
5023 if (BT->isPlaceholderType())
H A DExpr.h461 return getType()->isPlaceholderType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp365 if (E->getType()->isPlaceholderType()) {
4047 } else if (Queried->getType()->isPlaceholderType()) {
4063 assert(!LHS.get()->getType()->isPlaceholderType() &&
4064 !RHS.get()->getType()->isPlaceholderType() &&
H A DSemaCast.cpp2169 assert(!SrcType->isPlaceholderType());
H A DSemaExpr.cpp438 if (E->getType()->isPlaceholderType()) {
546 if (E->getType()->isPlaceholderType()) {
1307 if (ControllingExpr->getType()->isPlaceholderType()) {
8577 } else if (ResType->isPlaceholderType()) {
8728 assert(!OrigOp.get()->getType()->isPlaceholderType());
H A DSemaTemplateDeduction.cpp1042 if (Arg->isPlaceholderType())

Completed in 293 milliseconds