reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1419 QualType getTypedefType(const TypedefNameDecl *Decl,
1622 return getTypedefType(CFConstantStringTypeDecl);
tools/clang/lib/AST/ASTContext.cpp3976 return getTypedefType(Typedef); 6054 return getTypedefType(getCFConstantStringDecl()); 7478 Context->getTypedefType(VaListTagTypedefDecl);tools/clang/lib/Sema/SemaChecking.cpp
8396 IntendedTy = S.Context.getTypedefType(TD);
tools/clang/lib/Sema/SemaExprMember.cpp 424 return S.Context.getTypedefType(*I);
tools/clang/lib/Serialization/ASTReader.cpp 6560 return Context.getTypedefType(Decl, Canonical);
tools/lldb/source/Symbol/ClangASTContext.cpp4793 return CompilerType(ast, clang_ast->getTypedefType(decl).getAsOpaquePtr()); 4914 return CompilerType(this, clang_ast->getTypedefType(decl).getAsOpaquePtr());