reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

gen/tools/clang/include/clang/AST/TypeNodes.inc
   57 TYPE(Pipe, Type)

References

tools/clang/include/clang/AST/TypeLoc.h
   75   T castAs() const {
   77     T t;
  360   const Derived *asDerived() const {
  366            Derived::classofType(TL.getTypePtr());
  387   void copyLocal(Derived other) {
 2299 class PipeTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc, PipeTypeLoc, PipeType,
tools/clang/lib/Sema/SemaType.cpp
 5577     void VisitPipeTypeLoc(PipeTypeLoc TL) {
 5707     void VisitPipeTypeLoc(PipeTypeLoc TL) {
tools/clang/lib/Sema/TreeTransform.h
 5957                                                    PipeTypeLoc TL) {
 5971   PipeTypeLoc NewTL = TLB.push<PipeTypeLoc>(Result);
 5971   PipeTypeLoc NewTL = TLB.push<PipeTypeLoc>(Result);
tools/clang/lib/Sema/TypeLocBuilder.h
   93   template <class TyLocType> TyLocType push(QualType T) {
   94     TyLocType Loc = TypeLoc(T, nullptr).castAs<TyLocType>();
   94     TyLocType Loc = TypeLoc(T, nullptr).castAs<TyLocType>();
   97     return pushImpl(T, LocalSize, LocalAlign).castAs<TyLocType>();
tools/clang/lib/Serialization/ASTReader.cpp
 7235 void TypeLocReader::VisitPipeTypeLoc(PipeTypeLoc TL) {
tools/clang/lib/Serialization/ASTWriter.cpp
  875 void TypeLocWriter::VisitPipeTypeLoc(PipeTypeLoc TL) {
tools/clang/tools/libclang/CIndex.cpp
 1771 bool CursorVisitor::VisitPipeTypeLoc(PipeTypeLoc TL) {