Searched refs:EncodeBitField (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ASTContext.cpp | 5559 static void EncodeBitField(const ASTContext *Ctx, std::string& S, in EncodeBitField() function 5609 return EncodeBitField(this, S, T, FD); in getObjCEncodingForTypeImpl() 6087 EncodeBitField(this, S, field->getType(), field); in getObjCEncodingForStructureImpl()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 7259 static void EncodeBitField(const ASTContext *Ctx, std::string& S, in EncodeBitField() function 7312 return EncodeBitField(this, S, T, FD); in getObjCEncodingForTypeImpl() 7771 EncodeBitField(this, S, field->getType(), field); in getObjCEncodingForStructureImpl()
|