reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1822   std::string getObjCEncodingForFunctionDecl(const FunctionDecl *Decl) const;

References

tools/clang/tools/libclang/CXType.cpp
 1110     encoding = Ctx.getObjCEncodingForFunctionDecl(FD);