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

/external/clang/lib/AST/
H A DASTContext.cpp4898 false /*EncodingProperty*/,
5217 bool EncodingProperty,
5395 /*EncodingProperty*/false,
5415 FD, false /* OutermostType */, EncodingProperty,
5424 false /* OutermostType */, EncodingProperty,
5492 if (FD || EncodingProperty || EncodeClassNames) {
5507 if (!EncodingProperty &&
5538 (FD || EncodingProperty || EncodeClassNames)) {
5713 /*EncodingProperty*/false,
5212 getObjCEncodingForTypeImpl(QualType T, std::string& S, bool ExpandPointedToStructures, bool ExpandStructures, const FieldDecl *FD, bool OutermostType, bool EncodingProperty, bool StructField, bool EncodeBlockParameters, bool EncodeClassNames, bool EncodePointerToObjCTypedef) const argument

Completed in 153 milliseconds