Searched refs:GetTU (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/tools/libclang/ |
D | CXType.cpp | 173 static inline CXTranslationUnit GetTU(CXType CT) { in GetTU() function 296 CXTranslationUnit TU = GetTU(CT); in clang_getTypeSpelling() 394 CXTranslationUnit TU = GetTU(CT); in clang_getCanonicalType() 397 return MakeCXType(QualType(), GetTU(CT)); in clang_getCanonicalType() 448 return MakeCXType(QualType(), GetTU(CT)); in clang_getPointeeType() 478 return MakeCXType(T, GetTU(CT)); in clang_getPointeeType() 540 return cxcursor::MakeCXCursor(D, GetTU(CT)); in clang_getTypeDeclaration() 698 return MakeCXType(QualType(), GetTU(X)); in clang_getArgType() 703 return MakeCXType(QualType(), GetTU(X)); in clang_getArgType() 705 return MakeCXType(FD->getParamType(i), GetTU(X)); in clang_getArgType() [all …]
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 142 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 …]
|