Searched refs:Contained (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 449 QualType Contained = T->getContainedType(); in VisitHLSLAttributedResourceType() local 450 if (!Contained.isNull()) in VisitHLSLAttributedResourceType() 451 Visit(Contained); in VisitHLSLAttributedResourceType()
|
| H A D | Type.h | 6346 HLSLAttributedResourceType(QualType Wrapped, QualType Contained, 6349 Contained.isNull() ? TypeDependence::None 6350 : Contained->getDependence()), 6351 WrappedType(Wrapped), ContainedType(Contained), Attrs(Attrs) {} 6367 QualType Contained, const Attributes &Attrs) { 6369 ID.AddPointer(Contained.getAsOpaquePtr());
|
| H A D | ASTContext.h | 1846 QualType Wrapped, QualType Contained,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 836 bool Contained = false; in CheckExceptionSpecSubset() local 845 Contained = true; in CheckExceptionSpecSubset() 849 if (!Contained) { in CheckExceptionSpecSubset()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 5552 QualType Wrapped, QualType Contained, in getHLSLAttributedResourceType() argument 5556 HLSLAttributedResourceType::Profile(ID, Wrapped, Contained, Attrs); in getHLSLAttributedResourceType() 5565 HLSLAttributedResourceType(Wrapped, Contained, Attrs); in getHLSLAttributedResourceType()
|
| /freebsd/share/examples/ipfilter/ |
| H A D | ipf-howto.txt | 890 the basic section. Contained below are both concepts for
|