Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h212 const TypeList &getTypes() const { return Types; } in getTypes() function
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp210 SmallVector<std::string, 4> getTypes() { return Types; } in getTypes() function in __anonfc3bf0940211::Transition
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp190 ArrayRef<SVEType> getTypes() const { return Types; } in getTypes() function in __anon1b4186c10111::Intrinsic
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h726 CodeGenTypes &getTypes() { return Types; } in getTypes() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1148 const SmallVectorImpl<Type *>& getTypes() const { return Types; } in getTypes() function