retdec
|
This is the complete list of members for retdec::ctypes::Context, including all inherited members.
addAnnotation(const std::shared_ptr< Annotation > &annot) | retdec::ctypes::Context | |
addArrayType(const std::shared_ptr< ArrayType > &arrayType) | retdec::ctypes::Context | |
addFunction(const std::shared_ptr< Function > &function) | retdec::ctypes::Context | |
addFunctionType(const std::shared_ptr< FunctionType > &functionType) | retdec::ctypes::Context | |
addNamedType(const std::shared_ptr< Type > &type) | retdec::ctypes::Context | |
addPointerType(const std::shared_ptr< PointerType > &pointerType) | retdec::ctypes::Context | |
addReferenceType(const std::shared_ptr< ReferenceType > &referenceType) | retdec::ctypes::Context | |
Annotations typedef | retdec::ctypes::Context | private |
annotations | retdec::ctypes::Context | private |
ArrayTypes typedef | retdec::ctypes::Context | private |
arrayTypes | retdec::ctypes::Context | private |
Functions typedef | retdec::ctypes::Context | private |
functions | retdec::ctypes::Context | private |
FunctionTypes typedef | retdec::ctypes::Context | private |
functionTypes | retdec::ctypes::Context | private |
getAnnotation(const std::string &name) const | retdec::ctypes::Context | |
getArrayType(const std::shared_ptr< Type > &elementType, const ArrayType::Dimensions &dimensions) const | retdec::ctypes::Context | |
getFunctionType(const std::shared_ptr< Type > &returnType, const FunctionType::Parameters ¶meters, const CallConvention &callConvention, FunctionType::VarArgness varArgness) const | retdec::ctypes::Context | |
getFunctionWithName(const std::string &name) const | retdec::ctypes::Context | |
getNamedType(const std::string &name) const | retdec::ctypes::Context | |
getPointerType(const std::shared_ptr< Type > &pointedType) const | retdec::ctypes::Context | |
getReferenceType(const std::shared_ptr< Type > &referencedType) const | retdec::ctypes::Context | |
hasAnnotation(const std::string &name) const | retdec::ctypes::Context | |
hasArrayType(const std::shared_ptr< Type > &elementType, const ArrayType::Dimensions &dimensions) const | retdec::ctypes::Context | |
hasFunctionType(const std::shared_ptr< Type > &returnType, const FunctionType::Parameters ¶meters, const CallConvention &callConvention, FunctionType::VarArgness varArgness) const | retdec::ctypes::Context | |
hasFunctionWithName(const std::string &name) const | retdec::ctypes::Context | |
hasNamedType(const std::string &name) const | retdec::ctypes::Context | |
hasPointerType(const std::shared_ptr< Type > &pointedType) const | retdec::ctypes::Context | |
hasReferenceType(const std::shared_ptr< Type > &referencedType) const | retdec::ctypes::Context | |
namedTypes | retdec::ctypes::Context | private |
NamedTypes typedef | retdec::ctypes::Context | private |
pointerTypes | retdec::ctypes::Context | private |
PointerTypes typedef | retdec::ctypes::Context | private |
ReferenceTypes typedef | retdec::ctypes::Context | private |
referenceTypes | retdec::ctypes::Context | private |