Home
last modified time | relevance | path

Searched refs:GetTU (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/libclang/
DCXType.cpp140 static inline CXTranslationUnit GetTU(CXType CT) { in GetTU() function
226 CXTranslationUnit TU = GetTU(CT); in clang_getTypeSpelling()
324 CXTranslationUnit TU = GetTU(CT); in clang_getCanonicalType()
327 return MakeCXType(QualType(), GetTU(CT)); in clang_getCanonicalType()
354 return MakeCXType(QualType(), GetTU(CT)); in clang_getPointeeType()
377 return MakeCXType(T, GetTU(CT)); in clang_getPointeeType()
432 return cxcursor::MakeCXCursor(D, GetTU(CT)); in clang_getTypeDeclaration()
559 return MakeCXType(QualType(), GetTU(X)); in clang_getArgType()
564 return MakeCXType(QualType(), GetTU(X)); in clang_getArgType()
566 return MakeCXType(FD->getParamType(i), GetTU(X)); in clang_getArgType()
[all …]