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

/external/clang/include/clang/AST/
H A DType.h1474 /// isNonOverloadPlaceholderType - Test for a placeholder type
1475 /// other than Overload; see BuiltinType::isNonOverloadPlaceholderType.
1476 bool isNonOverloadPlaceholderType() const;
1883 bool isNonOverloadPlaceholderType() const { function in class:clang::BuiltinType
4949 inline bool Type::isNonOverloadPlaceholderType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4951 return BT->isNonOverloadPlaceholderType();

Completed in 30 milliseconds