Home
last modified time | relevance | path

Searched defs:setType (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DVirtualFileSystem.h66 void setType(llvm::sys::fs::file_type v) { Type = v; } in setType() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h423 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DELF.h727 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
747 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
808 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
825 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
843 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
862 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h355 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; } in setType() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2261 void setType(TypeSourceInfo *T) { DeclType = T; } in setType() function
H A DDecl.h497 void setType(QualType newType) { DeclType = newType; } in setType() function
H A DExpr.h126 void setType(QualType t) { in setType() function