HomeSort by: relevance | last modified time | path
    Searched refs:HasByrefExtendedLayout (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 2702 bool HasByrefExtendedLayout = false;
2704 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) &&
2705 HasByrefExtendedLayout) {
2773 bool HasByrefExtendedLayout = false;
2776 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout);
2796 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED;
2848 if (ByRefHasLifetime && HasByrefExtendedLayout) {
CGDebugInfo.cpp 4202 bool HasByrefExtendedLayout;
4205 HasByrefExtendedLayout) &&
4206 HasByrefExtendedLayout) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1309 /// Returns true, if given type has a known lifetime. HasByrefExtendedLayout
1310 /// is set to false in this case. If HasByrefExtendedLayout returns true,
1314 bool &HasByrefExtendedLayout) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6783 bool &HasByrefExtendedLayout) const {
6788 HasByrefExtendedLayout = false;
6790 HasByrefExtendedLayout = true;

Completed in 39 milliseconds