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

/external/clang/include/clang/AST/
H A DType.h1495 /// isPlaceholderType - Test for a type which does not represent an
1499 bool isPlaceholderType() const;
1914 bool isPlaceholderType() const { function in class:clang::BuiltinType
5100 inline bool Type::isPlaceholderType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5102 return BT->isPlaceholderType();
5108 if (BT->isPlaceholderType())

Completed in 70 milliseconds