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

/external/clang/lib/AST/
H A DASTContext.cpp5547 static char ObjCEncodingForEnumType(const ASTContext *C, const EnumType *ET) { function
5583 S += ObjCEncodingForEnumType(Ctx, ET);
5613 S += ObjCEncodingForEnumType(this, cast<EnumType>(CT));

Completed in 159 milliseconds