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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp440 const std::string &TypeEncoding, bool lval);
1045 const std::string &TypeEncoding, bool lval) {
1052 if (i->first == TypeEncoding) {
1061 Types.push_back(TypedSelector(TypeEncoding, SelValue));
1835 llvm::Constant *TypeEncoding = MakeConstantString(TypeStr); local
1836 InstanceMethodTypes.push_back(TypeEncoding);
1838 Fields.push_back(TypeEncoding);
1846 llvm::Constant *TypeEncoding = MakeConstantString(TypeStr); local
1847 InstanceMethodTypes.push_back(TypeEncoding);
1849 Fields.push_back(TypeEncoding);
1044 GetSelector(CodeGenFunction &CGF, Selector Sel, const std::string &TypeEncoding, bool lval) argument
2078 llvm::Constant *TypeEncoding = MakeConstantString(TypeStr); local
2092 llvm::Constant *TypeEncoding = MakeConstantString(TypeStr); local
[all...]

Completed in 38 milliseconds