Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXType.cpp142 static inline CXTranslationUnit GetTU(CXType CT) { in GetTU() function
228 CXTranslationUnit TU = GetTU(CT); in clang_getTypeSpelling()
326 CXTranslationUnit TU = GetTU(CT); in clang_getCanonicalType()
329 return MakeCXType(QualType(), GetTU(CT)); in clang_getCanonicalType()
356 return MakeCXType(QualType(), GetTU(CT)); in clang_getPointeeType()
379 return MakeCXType(T, GetTU(CT)); in clang_getPointeeType()
440 return cxcursor::MakeCXCursor(D, GetTU(CT)); in clang_getTypeDeclaration()
572 return MakeCXType(QualType(), GetTU(X)); in clang_getArgType()
577 return MakeCXType(QualType(), GetTU(X)); in clang_getArgType()
579 return MakeCXType(FD->getParamType(i), GetTU(X)); in clang_getArgType()
[all …]