Searched refs:getObjCEncodingForStructureImpl (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTContext.h | 3236 void getObjCEncodingForStructureImpl(RecordDecl *RD, std::string &S,
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 8330 getObjCEncodingForStructureImpl(RDecl, S, FD, true, NotEncodedT); in getObjCEncodingForTypeImpl() 8517 void ASTContext::getObjCEncodingForStructureImpl(RecordDecl *RDecl, in getObjCEncodingForStructureImpl() function in ASTContext 8627 getObjCEncodingForStructureImpl(base, S, FD, /*includeVBases*/false, in getObjCEncodingForStructureImpl()
|