OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MakeCXType
(Results
1 - 4
of
4
) sorted by null
/external/clang/tools/libclang/
CXType.h
26
CXType
MakeCXType
(QualType T, CXTranslationUnit TU);
CXType.cpp
99
CXType cxtype::
MakeCXType
(QualType T, CXTranslationUnit TU) {
121
using cxtype::
MakeCXType
;
138
return
MakeCXType
(QualType(), TU);
143
return
MakeCXType
(T, TU);
149
return
MakeCXType
(QualType(), TU);
152
return
MakeCXType
(Context.getTypeDeclType(TD), TU);
154
return
MakeCXType
(Context.getObjCInterfaceType(ID), TU);
157
return
MakeCXType
(TSInfo->getType(), TU);
158
return
MakeCXType
(DD->getType(), TU);
161
return
MakeCXType
(VD->getType(), TU)
[
all
...]
CXCursor.cpp
[
all
...]
CIndex.cpp
[
all
...]
Completed in 739 milliseconds