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

References

tools/clang/lib/Sema/SemaType.cpp
  724   if (declarator.isFunctionDeclarator()) {
  726     declarator.getFunctionTypeInfo().hasPrototype = true;
  736   if (!declarator.getNumTypeObjects() && declSpecType->isFunctionType())
  745   SourceLocation loc = declarator.getBeginLoc();
  749   declarator.AddInnermostTypeInfo(DeclaratorChunk::getFunction(
  766       /*DeclsInPrototype=*/None, loc, loc, declarator));
  770   assert(state.getCurrentChunkIndex() == declarator.getNumTypeObjects() - 1);
  771   state.setCurrentChunkIndex(declarator.getNumTypeObjects());