Home
last modified time | relevance | path

Searched refs:IsCHERICap (Results 1 – 3 of 3) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1774 bool IsCHERICap = in LayoutField() local
1777 IsCHERICap ? TI.getCHERICapabilityWidth() : TI.getPointerWidth(AS)); in LayoutField()
1779 IsCHERICap ? TI.getCHERICapabilityAlign() : TI.getPointerAlign(AS)); in LayoutField()
H A DASTContext.cpp4400 bool IsCHERICap) const { in getTypedefType()
4401 if (IsCHERICap && Decl->CHERICapTypeForDecl) return QualType(Decl->CHERICapTypeForDecl, 0); in getTypedefType()
4402 if (!IsCHERICap && Decl->TypeForDecl) return QualType(Decl->TypeForDecl, 0); in getTypedefType()
4406 if (IsCHERICap) { in getTypedefType()
4428 if (IsCHERICap) in getTypedefType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DASTContext.h1435 bool IsCHERICap = false) const;