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

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DLeaksContext.h40 void setName(const char* n) { function in struct:llvm::LeakDetectorImpl
H A DValue.cpp175 void Value::setName(const Twine &NewName) { function in class:Value
H A DType.cpp441 void StructType::setName(StringRef Name) { function in class:StructType
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCAtom.h68 void setName(StringRef NewName) { Name = NewName.str(); } function in class:llvm::MCAtom
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DTimer.h173 void setName(StringRef name) { Name.assign(name.begin(), name.end()); } function in class:llvm::TimerGroup
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclarationName.h451 void setName(DeclarationName N) { Name = N; } function in struct:clang::DeclarationNameInfo
/freebsd-10.2-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp1692 void Record::setName(Init *NewName) { function in class:Record
1715 void Record::setName(const std::string &Name) { function in class:Record

Completed in 91 milliseconds