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

/external/clang/include/clang/AST/
H A DType.h1483 /// isNonOverloadPlaceholderType - Test for a placeholder type
1484 /// other than Overload; see BuiltinType::isNonOverloadPlaceholderType.
1485 bool isNonOverloadPlaceholderType() const;
1899 bool isNonOverloadPlaceholderType() const { function in class:clang::BuiltinType
5064 inline bool Type::isNonOverloadPlaceholderType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5066 return BT->isNonOverloadPlaceholderType();

Completed in 45 milliseconds