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

References

tools/clang/include/clang/Sema/DeclSpec.h
 2387       if (getTypeObject(I).Kind != DeclaratorChunk::Paren)
 2427       if (!getTypeObject(i).getAttrs().empty())
tools/clang/lib/Parse/ParseDecl.cpp
 5487     if (DeclaratorChunk::Pipe == D.getTypeObject(Idx).Kind)
tools/clang/lib/Sema/SemaDecl.cpp
 6436     if (PD.getTypeObject(I).getAttrs().hasAttribute(Kind))
13668       const auto &Outer = D.getTypeObject(D.getNumTypeObjects() - 1);
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7439     ProcessDeclAttributeList(S, D, PD.getTypeObject(i).getAttrs(),
tools/clang/lib/Sema/SemaType.cpp
   58       D.getTypeObject(0).Kind == DeclaratorChunk::Function)
 3944     const DeclaratorChunk &DC = D.getTypeObject(i);