Home
last modified time | relevance | path

Searched defs:newType (Results 1 – 5 of 5) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDecl.h718 void setType(QualType newType) { DeclType = newType; } in setType()
3495 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo()
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/AST/
DDecl.h679 void setType(QualType newType) { DeclType = newType; } in setType()
3471 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo()
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDecl.h717 void setType(QualType newType) { DeclType = newType; } in setType()
3450 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo()
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDecl.h718 void setType(QualType newType) { DeclType = newType; } in setType()
3461 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo()
/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go513 func newType(et Kind) *Type { func