Searched defs:setType (Results 1 – 7 of 7) sorted by relevance
66 void setType(llvm::sys::fs::file_type v) { Type = v; } in setType() function
423 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
727 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function747 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function808 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function825 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function843 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function862 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
355 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; } in setType() function
2261 void setType(TypeSourceInfo *T) { DeclType = T; } in setType() function
497 void setType(QualType newType) { DeclType = newType; } in setType() function
126 void setType(QualType t) { in setType() function