Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp1577 struct UsualDeallocFnInfo { struct
1578 UsualDeallocFnInfo() : Found(), FD(nullptr) {} in UsualDeallocFnInfo() function
1579 UsualDeallocFnInfo(Sema &S, DeclAccessPair Found) in UsualDeallocFnInfo() argument
1612 explicit operator bool() const { return FD; } in operator bool()
1614 bool isBetterThan(const UsualDeallocFnInfo &Other, bool WantSize, in isBetterThan()
1636 DeclAccessPair Found;
1637 FunctionDecl *FD;
1638 bool Destroying, HasSizeT, HasAlignValT;
1639 Sema::CUDAFunctionPreference CUDAPref;