OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cxtype
(Results
1 - 4
of
4
) sorted by null
/external/clang/tools/libclang/
CXType.h
24
namespace
cxtype
{
namespace in namespace:clang
26
CXType
MakeCXType(QualType T, CXTranslationUnit TU);
28
}} // end namespace clang::
cxtype
CXType.cpp
18
#include "
CXType
.h"
101
CXType
cxtype
::MakeCXType(QualType T, CXTranslationUnit TU) {
129
CXType
CT = { TK, { TK == CXType_Invalid ? nullptr
134
using
cxtype
::MakeCXType;
136
static inline QualType GetQualType(
CXType
CT) {
140
static inline CXTranslationUnit GetTU(
CXType
CT) {
146
CXType
clang_getCursorType(CXCursor C) {
199
return
cxtype
::MakeCXType(getCursorCXXBaseSpecifier(C)->getType(), TU);
202
return
cxtype
::MakeCXType(getCursorMemberRef(C).first->getType(), TU)
[
all
...]
CXCursor.cpp
19
#include "
CXType
.h"
[
all
...]
CIndex.cpp
22
#include "
CXType
.h"
[
all
...]
Completed in 96 milliseconds