reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1419   QualType getTypedefType(const TypedefNameDecl *Decl,

References

tools/clang/include/clang/AST/ASTContext.h
 1622       return getTypedefType(CFConstantStringTypeDecl);
tools/clang/lib/AST/ASTContext.cpp
 3976     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.cpp
 4793     return CompilerType(ast, clang_ast->getTypedefType(decl).getAsOpaquePtr());
 4914     return CompilerType(this, clang_ast->getTypedefType(decl).getAsOpaquePtr());