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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1484 /// isNonOverloadPlaceholderType - Test for a placeholder type
1485 /// other than Overload; see BuiltinType::isNonOverloadPlaceholderType.
1486 bool isNonOverloadPlaceholderType() const;
1900 bool isNonOverloadPlaceholderType() const { function in class:clang::BuiltinType
5035 inline bool Type::isNonOverloadPlaceholderType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5037 return BT->isNonOverloadPlaceholderType();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp1513 if (RHS->getType()->isNonOverloadPlaceholderType()) {
H A DSemaTemplateDeduction.cpp3977 if (Init->getType()->isNonOverloadPlaceholderType()) {
H A DSemaExprCXX.cpp1213 if (ArraySize && ArraySize->getType()->isNonOverloadPlaceholderType()) {
H A DSemaExpr.cpp3674 if (base->getType()->isNonOverloadPlaceholderType()) {
3679 if (idx->getType()->isNonOverloadPlaceholderType()) {
4811 if (InitArgList[I]->getType()->isNonOverloadPlaceholderType()) {
H A DSemaInit.cpp4432 if (Args[I]->getType()->isNonOverloadPlaceholderType()) {

Completed in 236 milliseconds