OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateType
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pstore.h
342
virtual HRESULT WINAPI
CreateType
(PST_KEY Key,const GUID *pType,PPST_TYPEINFO pInfo,DWORD dwFlags) = 0;
368
HRESULT (WINAPI *
CreateType
)(IPStore *This,PST_KEY Key,const GUID *pType,PPST_TYPEINFO pInfo,DWORD dwFlags);
396
#define IPStore_CreateType(This,Key,pType,pInfo,dwFlags) (This)->lpVtbl->
CreateType
(This,Key,pType,pInfo,dwFlags)
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
384
///
CreateType
- Get the Basic type from the cache or create a new
386
llvm::DIType CGDebugInfo::
CreateType
(const BuiltinType *BT) {
509
llvm::DIType CGDebugInfo::
CreateType
(const ComplexType *Ty) {
560
llvm::DIType CGDebugInfo::
CreateType
(const ObjCObjectPointerType *Ty,
575
llvm::DIType CGDebugInfo::
CreateType
(const PointerType *Ty,
664
llvm::DIType CGDebugInfo::
CreateType
(const BlockPointerType *Ty,
726
llvm::DIType CGDebugInfo::
CreateType
(const TemplateSpecializationType *Ty, llvm::DIFile Unit) {
751
llvm::DIType CGDebugInfo::
CreateType
(const TypedefType *Ty, llvm::DIFile Unit) {
769
llvm::DIType CGDebugInfo::
CreateType
(const FunctionType *Ty,
[
all
...]
Completed in 5778 milliseconds