Home
last modified time | relevance | path

Searched defs:getStorage (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h235 storage_type *getStorage() { in getStorage() function
240 const storage_type *getStorage() const { in getStorage() function
H A DError.h681 storage_type *getStorage() { in getStorage() function
686 const storage_type *getStorage() const { in getStorage() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h341 storage_type *getStorage() { in getStorage() function
346 const storage_type *getStorage() const { in getStorage() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h114 NamedDecl **getStorage() { in getStorage() function
117 NamedDecl * const *getStorage() const { in getStorage() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h249 Value *getStorage() const { in getStorage() function
327 Value *getStorage() const { in getStorage() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp6438 static llvm::GlobalValue::DLLStorageClassTypes getStorage(CodeGenModule &CGM, in getStorage() function