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

/external/clang/include/clang/AST/
H A DType.h1473 /// isPlaceholderType - Test for a type which does not represent an
1477 bool isPlaceholderType() const;
1886 bool isPlaceholderType() const { function in class:clang::BuiltinType
5044 inline bool Type::isPlaceholderType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5046 return BT->isPlaceholderType();
5052 if (BT->isPlaceholderType())

Completed in 65 milliseconds