Searched defs:getTypeDeclType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h718 /// getTypeDeclType - Return the unique reference to the type for
720 QualType getTypeDeclType(const TypeDecl *Decl, function in class:clang::ASTContext
917 return getTypeDeclType(getObjCInstanceTypeDecl());
930 return getTypeDeclType(FILEDecl);
942 return getTypeDeclType(jmp_bufDecl);
954 return getTypeDeclType(sigjmp_bufDecl);
1016 return getTypeDeclType(getObjCIdDecl());
1026 return getTypeDeclType(getObjCSelDecl());
1040 return getTypeDeclType(getObjCClassDecl());

Completed in 41 milliseconds