Searched refs:isSpecificPlaceholderType (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h568 assert(t->isSpecificPlaceholderType(BuiltinType::PseudoObject));
579 assert(t->isSpecificPlaceholderType(BuiltinType::PseudoObject));
590 assert(T->isSpecificPlaceholderType(BuiltinType::PseudoObject));
600 assert(T->isSpecificPlaceholderType(BuiltinType::PseudoObject));
610 assert(T->isSpecificPlaceholderType(BuiltinType::PseudoObject));
H A DType.h1480 /// isSpecificPlaceholderType - Test for a specific placeholder type.
1481 bool isSpecificPlaceholderType(unsigned K) const;
5057 inline bool Type::isSpecificPlaceholderType(unsigned K) const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/clang/lib/Parse/
H A DParseExpr.cpp1371 BaseType->isSpecificPlaceholderType(BuiltinType::BoundMember))) {
/external/clang/lib/AST/
H A DExpr.cpp1242 else if (CalleeType->isSpecificPlaceholderType(BuiltinType::BoundMember))

Completed in 2033 milliseconds