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

/external/clang/include/clang/AST/
H A DType.h1474 /// isPlaceholderType - Test for a type which does not represent an
1478 bool isPlaceholderType() const;
1883 bool isPlaceholderType() const { function in class:clang::BuiltinType
4995 inline bool Type::isPlaceholderType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4997 return BT->isPlaceholderType();
5003 if (BT->isPlaceholderType())

Completed in 191 milliseconds