Searched refs:getObjCEncodingForStructureImpl (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 3356 void getObjCEncodingForStructureImpl(RecordDecl *RD, std::string &S,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 8801 getObjCEncodingForStructureImpl(RDecl, S, FD, true, NotEncodedT); in getObjCEncodingForTypeImpl() 8989 void ASTContext::getObjCEncodingForStructureImpl(RecordDecl *RDecl, in getObjCEncodingForStructureImpl() function in ASTContext 9097 getObjCEncodingForStructureImpl(base, S, FD, /*includeVBases*/false, in getObjCEncodingForStructureImpl()
|